Skip to content

Commit

Permalink
chore(deps): update rust crates (oxc-project#2302)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and IWANABETHATGUY committed May 29, 2024
1 parent d7ba9a4 commit 0e1b13b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -122,7 +122,7 @@ unicode-id-start = { version = "1.1.2" }
ureq = { version = "2.9.1", default-features = false, features = ["tls", "json"] }
url = { version = "2.5.0" }
walkdir = { version = "2.4.0" }
indexmap = { version = "2.2.1" }
indexmap = { version = "2.2.2" }
index_vec = { version = "0.1.3" }
static_assertions = { version = "1.1.0" }
stacker = { version = "0.1.15" }
Expand Down
4 changes: 2 additions & 2 deletions 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.2.2" }
oxc_resolver = { version = "1.3.0" }

rayon = { workspace = true }
lazy_static = { workspace = true } # used in oxc_macros
Expand All @@ -48,7 +48,7 @@ url = { workspace = true }
rust-lapper = "1.1.0"
once_cell = "1.19.0"
memchr = "2.7.1"
json-strip-comments = "1.0.1"
json-strip-comments = "1.0.2"

[dev-dependencies]
insta = { workspace = true }
Expand Down

0 comments on commit 0e1b13b

Please sign in to comment.