From 94e99dad9030c13ef2ab73d6e7864dce8c76cee5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Dec 2021 19:44:01 +0000 Subject: [PATCH] Update Rust crate tokio to 1.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bd9eb4..2372e00 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.15.0" reqwest = "0.11.7" etcd-client = "0.8" serde_json = "1.0.72"