Skip to content

Commit 9586c69

Browse files
chore(deps): update crates (#6596)
* chore(deps): update crates * chore: update cargo lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: SoonIter <sooniter@gmail.com>
1 parent a989227 commit 9586c69

File tree

5 files changed

+45
-21
lines changed

5 files changed

+45
-21
lines changed

Cargo.lock

Lines changed: 41 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rspack_error/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ swc_core = { workspace = true, features = ["common", "common_concurren
2121
termcolor = "1"
2222
textwrap = "0.15.2"
2323
thiserror = "1"
24-
unicode-width = "0.1.11"
24+
unicode-width = "0.2.0"

crates/rspack_hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ version = "0.1.0"
99
[dependencies]
1010
data-encoding = { version = "2.6.0" }
1111
md4 = "0.10.2"
12-
smol_str = { version = "0.2.2" }
12+
smol_str = { version = "0.3.0" }
1313
xxhash-rust = { workspace = true, features = ["xxh64"] }

crates/rspack_loader_swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async-trait = { workspace = true }
2121
base64 = { version = "0.22" }
2222
dashmap = { workspace = true }
2323
either = { workspace = true }
24-
jsonc-parser = { version = "0.23.0", features = ["serde"] }
24+
jsonc-parser = { version = "0.26.0", features = ["serde"] }
2525
rspack_ast = { version = "0.1.0", path = "../rspack_ast" }
2626
rspack_core = { version = "0.1.0", path = "../rspack_core" }
2727
rspack_error = { version = "0.1.0", path = "../rspack_error" }

crates/rspack_plugin_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rspack_util = { version = "0.1.0", path = "../rspack_util" }
2222
serde_json = { workspace = true }
2323
swc_core = { workspace = true, features = ["__ecma"] }
2424
tracing = { workspace = true }
25-
wasmparser = "0.207.0"
25+
wasmparser = "0.219.0"
2626

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

0 commit comments

Comments
 (0)