Skip to content

Commit

Permalink
fix(deps): update rust crates (#3910)
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] authored Sep 16, 2024
1 parent 63bec3e commit 4fe144c
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 51 deletions.
103 changes: 58 additions & 45 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_console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ biome_text_size = { workspace = true }
schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true, features = ["derive"] }
termcolor = { workspace = true }
unicode-segmentation = "1.11.0"
unicode-segmentation = "1.12.0"
unicode-width = { workspace = true }

[dev-dependencies]
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.73"
backtrace = "0.3.74"
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_formatter_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ insta = { workspace = true, features = ["glob"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
similar = { workspace = true }
similar-asserts = "1.5.0"
similar-asserts = "1.6.0"

[dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion xtask/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ biome_rowan = { workspace = true }


ansi_rgb = "0.2.0"
codspeed-criterion-compat = { version = "2.7.0", optional = true }
codspeed-criterion-compat = { version = "2.7.2", optional = true }
criterion = "0.5.1"
ureq = "2.10.1"
url = "2.5.2"
Expand Down
4 changes: 2 additions & 2 deletions 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.4"
backtrace = "0.3.73"
backtrace = "0.3.74"
biome_console = { workspace = true }
biome_diagnostics = { workspace = true }
biome_js_parser = { workspace = true }
Expand All @@ -16,7 +16,7 @@ biome_parser = { workspace = true }
biome_rowan = { workspace = true }
colored = "2.1.0"
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
once_cell = "1.19.0"
once_cell = "1.20.0"
pico-args = { version = "0.5.0", features = ["eq-separator"] }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit 4fe144c

Please sign in to comment.