build(deps): bump the rust-dependencies group with 10 updates (#12277)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-12-16 18:48:13 -06:00 committed by GitHub
parent 67535804a5
commit 312c64f0c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 69 additions and 69 deletions

View file

@ -26,8 +26,8 @@ globset = "0.4.15"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.41", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
tokio-stream = "0.1.15"
tokio = { version = "1.42", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
tokio-stream = "0.1.17"
parking_lot = "0.12.3"
arc-swap = "1"
slotmap.workspace = true