Skip to content

Commit 55f93c8

Browse files
fix(deps): update rust crates
1 parent 7c422e5 commit 55f93c8

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
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_wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ 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"
3535
# IMPORTANT: if you update this package, you must update justfile and workflows so we install the same CLI version
36-
wasm-bindgen = { version = "0.2.105", features = ["serde-serialize"] }
36+
wasm-bindgen = { version = "0.2.106", features = ["serde-serialize"] }
3737

3838
[build-dependencies]
3939
biome_js_factory = { workspace = true }

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)