Skip to content

Commit

Permalink
chore(deps): update crates (#6596)
Browse files Browse the repository at this point in the history
* chore(deps): update crates

* chore: update cargo lock

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: SoonIter <[email protected]>
  • Loading branch information
renovate[bot] and SoonIter authored Oct 22, 2024
1 parent a989227 commit 9586c69
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 21 deletions.
58 changes: 41 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rspack_error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ swc_core = { workspace = true, features = ["common", "common_concurren
termcolor = "1"
textwrap = "0.15.2"
thiserror = "1"
unicode-width = "0.1.11"
unicode-width = "0.2.0"
2 changes: 1 addition & 1 deletion crates/rspack_hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ version = "0.1.0"
[dependencies]
data-encoding = { version = "2.6.0" }
md4 = "0.10.2"
smol_str = { version = "0.2.2" }
smol_str = { version = "0.3.0" }
xxhash-rust = { workspace = true, features = ["xxh64"] }
2 changes: 1 addition & 1 deletion crates/rspack_loader_swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async-trait = { workspace = true }
base64 = { version = "0.22" }
dashmap = { workspace = true }
either = { workspace = true }
jsonc-parser = { version = "0.23.0", features = ["serde"] }
jsonc-parser = { version = "0.26.0", features = ["serde"] }
rspack_ast = { version = "0.1.0", path = "../rspack_ast" }
rspack_core = { version = "0.1.0", path = "../rspack_core" }
rspack_error = { version = "0.1.0", path = "../rspack_error" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_plugin_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rspack_util = { version = "0.1.0", path = "../rspack_util" }
serde_json = { workspace = true }
swc_core = { workspace = true, features = ["__ecma"] }
tracing = { workspace = true }
wasmparser = "0.207.0"
wasmparser = "0.219.0"

[package.metadata.cargo-shear]
ignored = ["tracing"]

2 comments on commit 9586c69

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-10-22 309ddf1) Current Change
10000_development-mode + exec 2.1 s ± 25 ms 2.13 s ± 26 ms +1.19 %
10000_development-mode_hmr + exec 667 ms ± 17 ms 662 ms ± 6.3 ms -0.84 %
10000_production-mode + exec 2.68 s ± 47 ms 2.73 s ± 54 ms +1.62 %
arco-pro_development-mode + exec 1.81 s ± 68 ms 1.79 s ± 81 ms -1.16 %
arco-pro_development-mode_hmr + exec 427 ms ± 2.1 ms 427 ms ± 2.4 ms +0.07 %
arco-pro_production-mode + exec 3.22 s ± 62 ms 3.19 s ± 92 ms -1.13 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.26 s ± 82 ms 3.26 s ± 42 ms -0.01 %
threejs_development-mode_10x + exec 1.62 s ± 17 ms 1.61 s ± 15 ms -0.43 %
threejs_development-mode_10x_hmr + exec 756 ms ± 13 ms 764 ms ± 8.9 ms +1.02 %
threejs_production-mode_10x + exec 5 s ± 33 ms 5.03 s ± 26 ms +0.63 %

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
_selftest ✅ success
rspress ✅ success
rslib ❌ failure
rsbuild ✅ success
examples ✅ success
devserver ✅ success

Please sign in to comment.