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] committed May 4, 2024
1 parent 1b63093 commit 2df5a99
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 15 deletions.
31 changes: 20 additions & 11 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_console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ unicode-segmentation = "1.11.0"
unicode-width = { workspace = true }

[dev-dependencies]
trybuild = "1.0.91"
trybuild = "1.0.92"

[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 @@ -48,7 +48,7 @@ schema = ["schemars", "biome_text_edit/schemars", "biome_diagnostics_categories/

[dev-dependencies]
serde_json = { workspace = true }
trybuild = "1.0.91"
trybuild = "1.0.92"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/biome_grit_patterns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ biome_rowan = { workspace = true }
grit-pattern-matcher = { version = "0.2" }
grit-util = { version = "0.2" }
im = { version = "15.1.0" }
itertools = "0.10.5"
itertools = "0.12.1"
serde = { workspace = true, features = ["derive"] }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["rt", "io-std"] }
tower-lsp = { version = "0.19.0" }
tower-lsp = { version = "0.20.0" }
tracing = { workspace = true, features = ["attributes"] }

[dev-dependencies]
Expand Down

0 comments on commit 2df5a99

Please sign in to comment.