Skip to content

Commit

Permalink
fix(deps): update rust crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 738ad51 commit 2c415f8
Show file tree
Hide file tree
Showing 10 changed files with 157 additions and 66 deletions.
203 changes: 147 additions & 56 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/biome_aria_metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = "0.5.7"
biome_deserialize = { workspace = true }
biome_deserialize_macros = { workspace = true }
biome_string_case = { workspace = true }
prettyplease = "0.2.25"
prettyplease = "0.2.29"
proc-macro2 = { workspace = true, features = ["span-locations"] }
quote = { workspace = true }
serde = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ unicode-segmentation = "1.12.0"
unicode-width = { workspace = true }

[dev-dependencies]
trybuild = "1.0.101"
trybuild = "1.0.103"

[features]
serde_markup = ["serde", "schemars"]
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_diagnostics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ schema = ["schemars", "biome_text_edit/schemars", "biome_diagnostics_categories/
[dev-dependencies]
insta = { workspace = true }
serde_json = { workspace = true }
trybuild = "1.0.101"
trybuild = "1.0.103"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/biome_formatter_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ insta = { workspace = true, features = ["glob"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
similar = { workspace = true }
similar-asserts = "1.6.0"
similar-asserts = "1.6.1"

[dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion crates/biome_grit_patterns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ biome_string_case = { workspace = true }
grit-pattern-matcher = { version = "0.4" }
grit-util = { version = "0.4" }
path-absolutize = { version = "3.1.1", optional = false, features = ["use_unix_paths_on_wasm"] }
rand = { version = "0.8.5" }
rand = { version = "0.9.0" }
regex = { workspace = true }
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
Expand Down
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.9"
roaring = "0.10.10"
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.76"
js-sys = "0.3.77"
serde = { workspace = true }
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = { version = "0.2.99", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2.100", 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/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.0.0"
[dependencies]
anyhow = { workspace = true }
bpaf = { workspace = true, features = ["derive"] }
git2 = { version = "0.19.0", default-features = false }
git2 = { version = "0.20.0", default-features = false }
proc-macro2 = { workspace = true, features = ["span-locations"] }
pulldown-cmark = { version = "0.12.2", default-features = false, optional = true }
quote = "1.0.36"
Expand Down
2 changes: 1 addition & 1 deletion xtask/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ biome_parser = { workspace = true }
biome_rowan = { workspace = true }
biome_string_case = { workspace = true }
colored = "2.2.0"
indicatif = { version = "0.17.9", features = ["improved_unicode"] }
indicatif = { version = "0.17.11", features = ["improved_unicode"] }
pico-args = { version = "0.5.0", features = ["eq-separator"] }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit 2c415f8

Please sign in to comment.