Merge pull request #2243 from egernst/bump-tokio

agent/agent-ctl: update tokio to 1.8.1
This commit is contained in:
Bin Liu 2021-07-20 13:56:32 +08:00 committed by GitHub
commit 6b00806bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
src/agent/Cargo.lock generated
View File

@ -1550,9 +1550,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.6.0"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd3076b5c8cc18138b8f8814895c11eb4de37114a5d127bafdc5e55798ceef37"
checksum = "98c8b05dc14c75ea83d63dd391100353789f5f24b8b3866542a5e85c8be8e985"
dependencies = [
"autocfg",
"bytes 1.0.1",

View File

@ -26,7 +26,7 @@ async-recursion = "0.3.2"
futures = "0.3.12"
# Async runtime
tokio = { version = "1.2.0", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-vsock = "0.3.1"
netlink-sys = { version = "0.7.0", features = ["tokio_socket",]}

View File

@ -1239,9 +1239,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.6.0"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd3076b5c8cc18138b8f8814895c11eb4de37114a5d127bafdc5e55798ceef37"
checksum = "98c8b05dc14c75ea83d63dd391100353789f5f24b8b3866542a5e85c8be8e985"
dependencies = [
"autocfg",
"bytes 1.0.1",