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:
commit
8b47044f41
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user