Skip to content

Commit

Permalink
fix(deps): update rust crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 2, 2024
1 parent 312e46f commit 5f65f55
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 31 deletions.
51 changes: 26 additions & 25 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 crates/biome_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tokio = { workspace = true, features = ["io-std", "io-util",
tracing = { workspace = true }
tracing-appender = "0.2.3"
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
tracing-tree = "0.3.0"
tracing-tree = "0.3.1"

[target.'cfg(unix)'.dependencies]
libc = "0.2.154"
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_diagnostics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ name = "serde"
test = true

[dependencies]
backtrace = "0.3.71"
backtrace = "0.3.72"
biome_console = { workspace = true, features = ["serde_markup"] }
biome_diagnostics_categories = { workspace = true, features = ["serde"] }
biome_diagnostics_macros = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ crossbeam = { workspace = true }
directories = "5.0.1"
indexmap = { workspace = true }
oxc_resolver = { workspace = true }
parking_lot = { version = "0.12.2", features = ["arc_lock"] }
parking_lot = { version = "0.12.3", features = ["arc_lock"] }
rayon = { workspace = true }
rustc-hash = { workspace = true }
schemars = { workspace = true, optional = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/biome_grit_patterns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ biome_grit_syntax = { workspace = true }
biome_js_syntax = { workspace = true }
biome_parser = { workspace = true }
biome_rowan = { workspace = true }
grit-pattern-matcher = { version = "0.2" }
grit-util = { version = "0.2" }
grit-pattern-matcher = { version = "0.3.0" }
grit-util = { version = "0.3.0" }
im = { version = "15.1.0" }
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion xtask/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.0.0"

[dependencies]
ascii_table = "4.0.3"
backtrace = "0.3.71"
backtrace = "0.3.72"
biome_console = { workspace = true }
biome_diagnostics = { workspace = true }
biome_js_parser = { workspace = true }
Expand Down

0 comments on commit 5f65f55

Please sign in to comment.