mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-31 03:17:01 +00:00
agent-ctl: bump to latest tokio
Update tokio to get latest fixes, including RUSTSEC-2021-0072 Signed-off-by: Eric Ernst <eric_ernst@apple.com>
This commit is contained in:
parent
acf6932863
commit
0508469994
4
tools/agent-ctl/Cargo.lock
generated
4
tools/agent-ctl/Cargo.lock
generated
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user