From e1efaee33fb7e2c1096bcadf39c6af7768e3f0be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Jan 2022 23:42:31 +0000 Subject: [PATCH] Update Rust crate tokio to 1.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bd9eb4..fc57068 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4" pretty_env_logger = "0.4" serde_yaml = "0.8.21" serde = "1.0.130" -tokio = "1.14.0" +tokio = "1.16.0" reqwest = "0.11.7" etcd-client = "0.8" serde_json = "1.0.72"