build(deps): bump the rust-dependencies group with 6 updates (#11371)

This commit is contained in:
dependabot[bot] 2024-07-29 21:10:47 -05:00 committed by GitHub
parent 08ac37d295
commit ce809fb9ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 110 additions and 91 deletions

View file

@ -26,7 +26,7 @@ log = "0.4"
lsp-types = { version = "0.95" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.38", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
tokio-stream = "0.1.15"
parking_lot = "0.12.3"
arc-swap = "1"