Skip to content

Commit e295960

Browse files
fix(deps): update rust crates (#8545)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f6870d commit e295960

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

Cargo.lock

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

crates/biome_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ tokio = { workspace = true, features = [
7474
"time"
7575
] }
7676
tracing = { workspace = true }
77-
tracing-appender = "0.2.3"
77+
tracing-appender = "0.2.4"
7878
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
7979
tracing-tree = "0.4.1"
8080

@@ -91,7 +91,7 @@ tokio = { workspace = true, features = ["io-util"] }
9191
tikv-jemallocator = { workspace = true }
9292

9393
[target.'cfg(unix)'.dependencies]
94-
libc = "0.2.177"
94+
libc = "0.2.178"
9595
tokio = { workspace = true, features = ["process"] }
9696

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

crates/biome_js_analyze/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ camino = { workspace = true }
4949
enumflags2 = { workspace = true }
5050
globset = { workspace = true }
5151
regex = { workspace = true }
52-
roaring = "0.11.2"
52+
roaring = "0.11.3"
5353
rustc-hash = { workspace = true }
5454
schemars = { workspace = true, optional = true }
5555
serde = { workspace = true, features = ["derive"] }

crates/biome_js_type_info/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ biome_resolver = { workspace = true }
1919
biome_rowan = { workspace = true }
2020
camino = { workspace = true }
2121
hashbrown = { workspace = true }
22-
paste = "1.0"
22+
paste = "1.0.15"
2323
rustc-hash = { workspace = true }
2424

2525
[dev-dependencies]

crates/biome_module_graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ biome_js_parser = { workspace = true }
4949
biome_json_parser = { workspace = true }
5050
biome_json_value = { workspace = true }
5151
biome_test_utils = { workspace = true }
52-
divan = { package = "codspeed-divan-compat", version = "=4.1.0" }
52+
divan = { package = "codspeed-divan-compat", version = "=4.2.0" }
5353
insta = { workspace = true }
5454
walkdir = { workspace = true }
5555

crates/biome_package/Cargo.toml

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

4646
[dev-dependencies]
47-
divan = { package = "codspeed-divan-compat", version = "=4.1.0" }
47+
divan = { package = "codspeed-divan-compat", version = "=4.2.0" }
4848
insta = { workspace = true }
4949
tests_macros = { path = "../tests_macros" }
5050

crates/biome_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ camino = { workspace = true }
2828
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
2929
# code size when deploying.
3030
console_error_panic_hook = { version = "0.1.7", optional = true }
31-
js-sys = "0.3.82"
31+
js-sys = "0.3.83"
3232
serde = { workspace = true }
3333
serde_json = { workspace = true }
3434
serde-wasm-bindgen = "0.6.5"

xtask/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ biome_service = { workspace = true, features = ["schema"], optional = tr
3434
biome_string_case = { workspace = true }
3535
biome_ungrammar = { workspace = true }
3636
bpaf = { workspace = true, features = ["derive"] }
37-
git2 = { version = "0.20.2", default-features = false }
37+
git2 = { version = "0.20.3", default-features = false }
3838
proc-macro2 = { workspace = true, features = ["span-locations"] }
3939
pulldown-cmark = { version = "0.13.0", default-features = false, optional = true }
4040
quote = "1.0.36"

0 commit comments

Comments
 (0)