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 May 30, 2024
1 parent db5d248 commit 7d560b2
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 25 deletions.
55 changes: 33 additions & 22 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hashlink = { version = "0.9.0" }
heck = { version = "0.5.0" }
indexmap = { version = "2.2.6" }
indoc = { version = "2.0.5" }
itertools = { version = "0.12.1" }
itertools = { version = "0.13.0" }
json = { version = "0.12.4" }
linked_hash_set = { version = "0.1.4" }
mimalloc-rust = { version = "0.2" }
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 @@ -19,4 +19,4 @@ rspack_identifier = { path = "../rspack_identifier" }
rspack_util = { path = "../rspack_util" }
serde_json = { workspace = true }
swc_core = { workspace = true, features = ["__ecma"] }
wasmparser = "0.207.0"
wasmparser = "0.209.0"
2 changes: 1 addition & 1 deletion crates/rspack_regex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.1.0"

[dependencies]
regex-syntax = { version = "0.8.3", default-features = false, features = ["std"] }
regress = "0.9.1"
regress = "0.10.0"
rspack_error = { path = "../rspack_error" }
swc_core = { workspace = true, features = ["ecma_ast"] }

Expand Down

0 comments on commit 7d560b2

Please sign in to comment.