Skip to content

Commit

Permalink
chore(deps): update (#4411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos authored Oct 28, 2024
1 parent 45e909e commit 3530f2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/biome_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3530f2f

Please sign in to comment.