From b5ab6477aa70e040a97e3bb26a8a76cd1ab324ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:19:33 +0000 Subject: [PATCH] Update Rust crate tokio to v1 --- Cargo.toml | 2 +- holding/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e7c056..cb23d54 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 = "1.36.0" diff --git a/holding/Cargo.toml b/holding/Cargo.toml index 25b2300..6b79225 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 = "1.36.0" tokio-core = "0.1.18" failure = "0.1.8" base64 = "0.9"