Skip to content

Commit

Permalink
fix(deps): update rust crates (#3041)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 7, 2024
1 parent 02297cb commit 38abf5e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 25 deletions.
43 changes: 22 additions & 21 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
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 38abf5e

Please sign in to comment.