Skip to content

Commit 2d431ef

Browse files
committed
deps(rust): bump deps
1 parent 3af35b8 commit 2d431ef

File tree

3 files changed

+34
-48
lines changed

3 files changed

+34
-48
lines changed

Cargo.lock

+33-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ stacker = { version = "0.1.15" }
8787
tracing = { version = "0.1" }
8888
tracing-subscriber = { version = "0.3" }
8989
trustfall = { version = "0.6.1" }
90-
insta = { version = "1.33.0", features = ["glob"] }
90+
insta = { version = "1.34.0", features = ["glob"] }
9191
codspeed-criterion-compat = { version = "2.2.0", default-features = false }
9292

9393
[profile.release.package.oxc_wasm]

crates/oxc_minifier/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ oxc_syntax = { workspace = true }
2525
oxc_index = { workspace = true }
2626
oxc_codegen = { workspace = true }
2727

28-
bitflags = { workspace = true }
2928
num-bigint = { workspace = true }
3029
itertools = { workspace = true }
3130
num-traits = { workspace = true }

0 commit comments

Comments
 (0)