diff --git a/Cargo.lock b/Cargo.lock index 125e0b482fc4..b4fea3c5cbb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2335,9 +2335,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.159" +version = "0.2.161" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" +checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[package]] name = "libgit2-sys" diff --git a/crates/biome_cli/Cargo.toml b/crates/biome_cli/Cargo.toml index 28c3030331ad..b316ec778c34 100644 --- a/crates/biome_cli/Cargo.toml +++ b/crates/biome_cli/Cargo.toml @@ -58,7 +58,7 @@ tracing-subscriber = { workspace = true, features = ["env-filter", "json"] tracing-tree = "0.4.0" [target.'cfg(unix)'.dependencies] -libc = "0.2.159" +libc = "0.2.161" tokio = { workspace = true, features = ["process"] } [target.'cfg(windows)'.dependencies] diff --git a/crates/biome_wasm/Cargo.toml b/crates/biome_wasm/Cargo.toml index 0f9efd9ccba7..522491d3a989 100644 --- a/crates/biome_wasm/Cargo.toml +++ b/crates/biome_wasm/Cargo.toml @@ -27,7 +27,7 @@ biome_service = { workspace = true } js-sys = "0.3.72" serde = { workspace = true } serde-wasm-bindgen = "0.6.5" -wasm-bindgen = { version = "0.2.93", features = ["serde-serialize"] } +wasm-bindgen = { version = "0.2.95", features = ["serde-serialize"] } # The `console_error_panic_hook` crate provides better debugging of panics by # logging them with `console.error`. This is great for development, but requires