Skip to content

Commit

Permalink
chore(deps): update rust crates (#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent 77f3ab0 commit 29b213e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ oxc_language_server = { path = "crates/oxc_language_server" }
assert-unchecked = { version = "0.1.2" }
bpaf = { version = "0.9.9" }
bitflags = { version = "2.4.2" }
bumpalo = { version = "3.15.0" }
bumpalo = { version = "3.15.3" }
convert_case = { version = "0.6.0" }
criterion = { version = "0.5.1", default-features = false }
crossbeam-channel = { version = "0.5.11" }
Expand All @@ -112,8 +112,8 @@ rustc-hash = { version = "1.1.0", default-features = false, featu
ryu-js = { version = "1.0.0" }
ropey = { version = "1.6.1" }
seq-macro = { version = "0.3.5" }
serde = { version = "1.0.196" }
serde_json = { version = "1.0.113" }
serde = { version = "1.0.197" }
serde_json = { version = "1.0.114" }
syn = { version = "=1.0.109" }
thiserror = { version = "1.0.57" }
tokio = { version = "1" }
Expand All @@ -135,7 +135,7 @@ mime_guess = { version = "2.0.4" }
language-tags = { version = "0.3.2" }
tsify = { version = "0.4.5" }
wasm-bindgen = { version = "0.2" }
serde-wasm-bindgen = { version = "0.6.3" }
serde-wasm-bindgen = { version = "0.6.4" }

[profile.release.package.oxc_wasm]
opt-level = 'z'
Expand Down
2 changes: 1 addition & 1 deletion crates/oxc_linter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ oxc_semantic = { workspace = true }
oxc_syntax = { workspace = true }
oxc_codegen = { workspace = true }
oxc_index = { workspace = true }
oxc_resolver = { version = "1.5.2" }
oxc_resolver = { version = "1.5.4" }

rayon = { workspace = true }
lazy_static = { workspace = true } # used in oxc_macros
Expand Down
2 changes: 1 addition & 1 deletion tasks/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
console = "0.15.8"
encoding_rs = "0.8.33"
encoding_rs_io = "0.1.7"
serde_yaml = "0.9.31"
serde_yaml = "0.9.32"
similar = "2.4.0"

0 comments on commit 29b213e

Please sign in to comment.