Skip to content

Commit

Permalink
chore(deps): patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Oct 28, 2024
1 parent eb13885 commit 04177ac
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 61 deletions.
115 changes: 61 additions & 54 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_aria_metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = "0.5.7"

[build-dependencies]
biome_string_case = { workspace = true }
prettyplease = "0.2.22"
prettyplease = "0.2.25"
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.99"
trybuild = "1.0.101"

[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.99"
trybuild = "1.0.101"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/biome_lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ biome_lsp_converters = { workspace = true }
biome_rowan = { workspace = true }
biome_service = { workspace = true }
biome_text_edit = { workspace = true }
futures = "0.3.30"
futures = "0.3.31"
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
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 @@ -24,7 +24,7 @@ experimental-html = ["biome_service/experimental-html"]
biome_console = { workspace = true }
biome_diagnostics = { workspace = true }
biome_service = { workspace = true }
js-sys = "0.3.70"
js-sys = "0.3.72"
serde = { workspace = true }
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = { version = "0.2.93", features = ["serde-serialize"] }
Expand Down
Loading

0 comments on commit 04177ac

Please sign in to comment.