Skip to content

Commit

Permalink
deps(rust): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Oct 12, 2023
1 parent 3af35b8 commit e1a878b
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 49 deletions.
79 changes: 33 additions & 46 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 @@ -87,7 +87,7 @@ stacker = { version = "0.1.15" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3" }
trustfall = { version = "0.6.1" }
insta = { version = "1.33.0", features = ["glob"] }
insta = { version = "1.34.0", features = ["glob"] }
codspeed-criterion-compat = { version = "2.2.0", default-features = false }

[profile.release.package.oxc_wasm]
Expand Down
1 change: 0 additions & 1 deletion crates/oxc_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ oxc_syntax = { workspace = true }
oxc_index = { workspace = true }
oxc_codegen = { workspace = true }

bitflags = { workspace = true }
num-bigint = { workspace = true }
itertools = { workspace = true }
num-traits = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/oxc_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ default = ["console_error_panic_hook"]
[dependencies]
oxc_allocator = { workspace = true }
oxc_diagnostics = { workspace = true }
oxc_ast = { workspace = true, features = ["serde"] }
oxc_parser = { workspace = true }
oxc_semantic = { workspace = true }
oxc_linter = { workspace = true }
Expand Down

0 comments on commit e1a878b

Please sign in to comment.