Merge pull request #2868 from coreos/dependabot/cargo/tokio-1.6.1

build(deps): bump tokio from 1.6.0 to 1.6.1
This commit is contained in:
Luca Bruno 2021-05-31 17:58:48 +00:00 committed by GitHub
commit 8b47044f41
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

@ -1929,9 +1929,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.6.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd3076b5c8cc18138b8f8814895c11eb4de37114a5d127bafdc5e55798ceef37"
checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975"
dependencies = [
"autocfg",
"bytes",

View File

@ -71,7 +71,7 @@ systemd = "0.8.2"
tempfile = "3.2.0"
tracing = "0.1"
tracing-subscriber = "0.2"
tokio = { version = "1.6.0", features = ["full"] }
tokio = { version = "1.6.1", features = ["full"] }
[build-dependencies]
anyhow = "1.0"