From 05084699947dce25ecb49adb6a2b4d0e52a847d0 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Wed, 14 Jul 2021 16:53:58 -0700 Subject: [PATCH] agent-ctl: bump to latest tokio Update tokio to get latest fixes, including RUSTSEC-2021-0072 Signed-off-by: Eric Ernst --- tools/agent-ctl/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/agent-ctl/Cargo.lock b/tools/agent-ctl/Cargo.lock index 8cc741c550..4bcca80f9e 100644 --- a/tools/agent-ctl/Cargo.lock +++ b/tools/agent-ctl/Cargo.lock @@ -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",