Skip to content

Commit

Permalink
fix(deps): update rust crates (#4705)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 51c8e12 commit 706722e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 25 deletions.
36 changes: 16 additions & 20 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_js_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enumflags2 = { workspace = true }
globset = { workspace = true }
natord = { workspace = true }
regex = { workspace = true }
roaring = "0.10.7"
roaring = "0.10.8"
rustc-hash = { workspace = true }
schemars = { workspace = true, optional = true }
serde = { workspace = true, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/biome_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ experimental-html = ["biome_service/experimental-html"]
biome_console = { workspace = true }
biome_diagnostics = { workspace = true }
biome_service = { workspace = true }
js-sys = "0.3.74"
js-sys = "0.3.76"
serde = { workspace = true }
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = { version = "0.2.97", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2.99", 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
2 changes: 1 addition & 1 deletion xtask/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ biome_rowan = { workspace = true }
ansi_rgb = "0.2.0"
codspeed-criterion-compat = { version = "2.7.2", optional = true }
criterion = "0.5.1"
ureq = "2.11.0"
ureq = "2.12.1"
url = "2.5.3"

[target.'cfg(target_os = "windows")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion xtask/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proc-macro2 = { workspace = true, features = ["span-locations"] }
pulldown-cmark = { version = "0.12.2", default-features = false, optional = true }
quote = "1.0.36"
serde = { workspace = true, optional = true }
ureq = "2.11.0"
ureq = "2.12.1"
xtask = { path = '../', version = "0.0" }

biome_analyze = { workspace = true, optional = true }
Expand Down

0 comments on commit 706722e

Please sign in to comment.