Skip to content

Commit

Permalink
chore(deps): update rust crates (#2747)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2024
1 parent 2ef4762 commit 1e9c0bc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ num-bigint = { version = "0.4.4" }
num-traits = { version = "0.2.18" }
phf = { version = "0.11" }
pico-args = { version = "0.5.0" }
proc-macro2 = { version = "1.0.78" }
proc-macro2 = { version = "1.0.79" }
project-root = { version = "0.2.2" }
quote = { version = "1.0.35" }
rayon = { version = "1.9.0" }
Expand All @@ -118,7 +118,7 @@ seq-macro = { version = "0.3.5" }
serde = { version = "1.0.197" }
serde_json = { version = "1.0.114" }
syn = { version = "=1.0.109" }
thiserror = { version = "1.0.57" }
thiserror = { version = "1.0.58" }
tokio = { version = "1" }
tower-lsp = { version = "0.20.0", features = ["proposed"] }
unicode-id-start = { version = "1.1.2" }
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.6.0" }
oxc_resolver = { version = "1.6.1" }

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.32"
serde_yaml = "0.9.33"
similar = "2.4.0"

0 comments on commit 1e9c0bc

Please sign in to comment.