Merge pull request #351 from nix-community/dependabot/cargo/tokio-1.35.1

build(deps): bump tokio from 1.34.0 to 1.35.1
This commit is contained in:
figsoda 2024-01-01 17:31:18 -05:00 committed by GitHub
commit 61a78db694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4000,9 +4000,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.34.0"
version = "1.35.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
dependencies = [
"backtrace",
"bytes",

View File

@ -72,7 +72,7 @@ default-features = false
features = ["derive", "with-fuzzy"]
[dependencies.tokio]
version = "1.34.0"
version = "1.35.1"
features = ["macros", "process", "rt-multi-thread"]
[build-dependencies]