Skip to content

Commit

Permalink
fix(deps): update rust crate tower-lsp to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 47662b3 commit 876b45b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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_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 876b45b

Please sign in to comment.