Skip to content

Commit 8f7ddf6

Browse files
fix(deps): update rust crates
1 parent 6374b1f commit 8f7ddf6

File tree

8 files changed

+31
-54
lines changed

8 files changed

+31
-54
lines changed

Cargo.lock

Lines changed: 22 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/biome_console/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ unicode-segmentation = "1.12.0"
2323
unicode-width = { workspace = true }
2424

2525
[dev-dependencies]
26-
trybuild = "=1.0.111"
26+
trybuild = "=1.0.114"
2727

2828

2929
[features]

crates/biome_diagnostics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ std = []
5454
[dev-dependencies]
5555
insta = { workspace = true }
5656
serde_json = { workspace = true }
57-
trybuild = "=1.0.111"
57+
trybuild = "=1.0.114"
5858

5959
[lints]
6060
workspace = true

crates/biome_module_graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ biome_js_parser = { workspace = true }
4646
biome_json_parser = { workspace = true }
4747
biome_json_value = { workspace = true }
4848
biome_test_utils = { workspace = true }
49-
divan = { package = "codspeed-divan-compat", version = "*" }
49+
divan = { package = "codspeed-divan-compat", version = "=4.0.4" }
5050
insta = { workspace = true }
5151
walkdir = { workspace = true }
5252

crates/biome_package/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde = { workspace = true }
3232
static_assertions = { workspace = true }
3333

3434
[dev-dependencies]
35-
divan = { package = "codspeed-divan-compat", version = "*" }
35+
divan = { package = "codspeed-divan-compat", version = "=4.0.4" }
3636
insta = { workspace = true }
3737
tests_macros = { path = "../tests_macros" }
3838

crates/biome_service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version = "0.0.0"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
append-only-vec = "0.1.7"
17+
append-only-vec = "0.1.8"
1818
biome_analyze = { workspace = true, features = ["serde"] }
1919
biome_configuration = { workspace = true }
2020
biome_console = { workspace = true }

crates/biome_wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ biome_diagnostics = { workspace = true }
2424
biome_fs = { workspace = true }
2525
biome_service = { workspace = true }
2626
camino = { workspace = true }
27-
js-sys = "0.3.81"
27+
js-sys = "0.3.82"
2828
serde = { workspace = true }
2929
serde-wasm-bindgen = "0.6.5"
30-
wasm-bindgen = { version = "0.2.104", features = ["serde-serialize"] }
30+
wasm-bindgen = { version = "0.2.105", features = ["serde-serialize"] }
3131

3232
# The `console_error_panic_hook` crate provides better debugging of panics by
3333
# logging them with `console.error`. This is great for development, but requires

xtask/coverage/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish = false
55
version = "0.0.0"
66

77
[dependencies]
8-
ascii_table = "4.0.7"
8+
ascii_table = "4.0.8"
99
backtrace = "0.3.76"
1010
biome_console = { workspace = true }
1111
biome_diagnostics = { workspace = true }
@@ -17,7 +17,7 @@ biome_rowan = { workspace = true }
1717
biome_string_case = { workspace = true }
1818
camino = { workspace = true }
1919
colored = "3.0.0"
20-
indicatif = { version = "0.18.0", features = ["improved_unicode"] }
20+
indicatif = { version = "0.18.2", features = ["improved_unicode"] }
2121
pico-args = { version = "0.5.0", features = ["eq-separator"] }
2222
regex = { workspace = true }
2323
serde = { workspace = true, features = ["derive"] }

0 commit comments

Comments
 (0)