From 41ce6ff9f47a4c2db0703add51d12d9cc21c1671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:06:29 +0000 Subject: [PATCH] Update Rust crate tokio to 0.3.0 --- Cargo.toml | 2 +- holding/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e7c056..2400843 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,4 +35,4 @@ hyper-tls = "0.3" log = "0.4" pretty_env_logger = "0.4" serde_json = "1.0" -tokio = "0.1.7" +tokio = "0.3.0" diff --git a/holding/Cargo.toml b/holding/Cargo.toml index 25b2300..02deea2 100644 --- a/holding/Cargo.toml +++ b/holding/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0" serde_yaml = "0.8" serde_urlencoded = "0.7" futures = "0.1.21" -tokio = "0.1.7" +tokio = "0.3.0" tokio-core = "0.1.18" failure = "0.1.8" base64 = "0.9"