Skip to content

Commit

Permalink
chore(deps): update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent 539b10f commit 21190bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 = "1"
jsonc-parser = { version = "0.23.0", features = ["serde"] }
jsonc-parser = { version = "0.25.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"]

0 comments on commit 21190bb

Please sign in to comment.