Skip to content

Commit 6b386af

Browse files
fix(deps): update rust crates (#5322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <[email protected]>
1 parent d7553e8 commit 6b386af

File tree

17 files changed

+83
-48
lines changed

17 files changed

+83
-48
lines changed

Cargo.lock

+62-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/biome_aria_metadata/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version = "0.5.7"
1919
biome_deserialize = { workspace = true }
2020
biome_deserialize_macros = { workspace = true }
2121
biome_string_case = { workspace = true }
22-
prettyplease = "0.2.29"
22+
prettyplease = "0.2.30"
2323
proc-macro2 = { workspace = true, features = ["span-locations"] }
2424
quote = { workspace = true }
2525
serde = { workspace = true }

crates/biome_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tracing-tree = "0.4.0"
6161

6262

6363
[target.'cfg(unix)'.dependencies]
64-
libc = "0.2.169"
64+
libc = "0.2.170"
6565
tokio = { workspace = true, features = ["process"] }
6666

6767
[target.'cfg(windows)'.dependencies]

crates/biome_console/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ unicode-segmentation = "1.12.0"
2222
unicode-width = { workspace = true }
2323

2424
[dev-dependencies]
25-
trybuild = "1.0.103"
25+
trybuild = "=1.0.103"
2626

2727

2828
[features]

crates/biome_dependency_graph/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ biome_project_layout = { workspace = true }
2222
biome_rowan = { workspace = true }
2323
camino = { workspace = true }
2424
cfg-if = { workspace = true }
25-
once_cell = "1" # Use `std::sync::OnceLock::get_or_try_init` when it is stable.
25+
once_cell = "1.20.3" # Use `std::sync::OnceLock::get_or_try_init` when it is stable.
2626
oxc_resolver = { workspace = true }
2727
papaya = { workspace = true }
2828
rustc-hash = { workspace = true }

crates/biome_diagnostics/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ std = []
5757
[dev-dependencies]
5858
insta = { workspace = true }
5959
serde_json = { workspace = true }
60-
trybuild = "1.0.103"
60+
trybuild = "=1.0.103"
6161

6262
[lints]
6363
workspace = true

crates/biome_formatter_test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ insta = { workspace = true, features = ["glob"] }
2828
serde = { workspace = true, features = ["derive"] }
2929
serde_json = { workspace = true }
3030
similar = { workspace = true }
31-
similar-asserts = "1.6.1"
31+
similar-asserts = "1.7.0"
3232

3333
[dev-dependencies]
3434

crates/biome_grit_patterns/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ camino = { workspace = true }
2828
grit-pattern-matcher = { workspace = true }
2929
grit-util = { workspace = true }
3030
path-absolutize = { version = "3.1.1", optional = false, features = ["use_unix_paths_on_wasm"] }
31-
rand = { version = "0.8.5" }
31+
rand = { version = "=0.8.5" }
3232
regex = { workspace = true }
3333
rustc-hash = { workspace = true }
3434
schemars = { workspace = true, optional = true }

crates/biome_package/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ biome_rowan = { workspace = true }
2626
biome_text_size = { workspace = true }
2727
camino = { workspace = true }
2828
indexmap = { workspace = true }
29-
node-semver = "2.1.0"
29+
node-semver = "2.2.0"
3030
oxc_resolver = { workspace = true }
3131
rustc-hash = { workspace = true }
3232
serde = { workspace = true }

crates/biome_rowan/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ schemars = { workspace = true, optional = true }
2020
serde = { workspace = true, optional = true }
2121

2222
[dev-dependencies]
23-
iai = "0.1.1"
23+
iai = "=0.1.1"
2424
quickcheck = { workspace = true }
2525
quickcheck_macros = { workspace = true }
2626
serde_json = { workspace = true }

crates/biome_suppression/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = "0.5.7"
1515
biome_console = { workspace = true }
1616
biome_diagnostics = { workspace = true }
1717
biome_rowan = { workspace = true }
18-
log = "0.4.20"
18+
log = "0.4.26"
1919

2020
[lints]
2121
workspace = true

crates/biome_text_size/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ schema = ["dep:schemars", "serde"]
1919
serde = ["dep:serde"]
2020

2121
[dev-dependencies]
22-
serde_test = "1.0.177"
22+
serde_test = "=1.0.177"
2323
static_assertions = { workspace = true }
2424

2525
[[test]]

xtask/bench/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ biome_rowan = { workspace = true }
3131
camino = { workspace = true }
3232

3333
ansi_rgb = "0.2.0"
34-
codspeed-criterion-compat = { version = "2.7.2", optional = true }
34+
codspeed-criterion-compat = { version = "2.8.1", optional = true }
3535
criterion = "0.5.1"
3636
ureq = "3.0.8"
3737
url = "2.5.4"

xtask/codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ anyhow = { workspace = true }
99
bpaf = { workspace = true, features = ["derive"] }
1010
git2 = { version = "0.20.0", default-features = false }
1111
proc-macro2 = { workspace = true, features = ["span-locations"] }
12-
pulldown-cmark = { version = "0.12.2", default-features = false, optional = true }
12+
pulldown-cmark = { version = "0.13.0", default-features = false, optional = true }
1313
quote = "1.0.36"
1414
serde = { workspace = true, optional = true }
1515
ureq = "3.0.8"

xtask/coverage/Cargo.toml

+1-1
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.5"
8+
ascii_table = "4.0.6"
99
backtrace = "0.3.74"
1010
biome_console = { workspace = true }
1111
biome_diagnostics = { workspace = true }

xtask/libs_bench/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ version = "0.0.0"
88
regex = { workspace = true }
99

1010
[dev-dependencies]
11-
criterion = "0.5.1"
12-
fastbloom-rs = "0.5.9"
13-
fst = "0.4.7"
14-
iai = "0.1.1"
15-
memchr = "2.7.4"
16-
qp-trie = "0.8.2"
11+
criterion = "=0.5.1"
12+
fastbloom-rs = "=0.5.9"
13+
fst = "=0.4.7"
14+
iai = "=0.1.1"
15+
memchr = "=2.7.4"
16+
qp-trie = "=0.8.2"
1717

1818
[[bench]]
1919
harness = false

xtask/rules_check/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ biome_json_syntax = { workspace = true }
2929
biome_rowan = { workspace = true }
3030
biome_service = { workspace = true }
3131
camino = { workspace = true }
32-
pulldown-cmark = "0.12.2"
32+
pulldown-cmark = "0.13.0"
3333

3434

3535
[lints]

0 commit comments

Comments
 (0)