From 5cb7f74ceb591c19578d5f095e7b5623d356c075 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:10:15 +0000 Subject: [PATCH] Update Rust crate futures to 0.3.29 --- Cargo.toml | 2 +- holding/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e7c056..ee93aeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ kubernetes_proxy = { path = "proxy" } [dev-dependencies] failure = "0.1" -futures = "0.1.21" +futures = "0.3.29" hyper = "0.12" hyper-tls = "0.3" log = "0.4" diff --git a/holding/Cargo.toml b/holding/Cargo.toml index 25b2300..04f8ddd 100644 --- a/holding/Cargo.toml +++ b/holding/Cargo.toml @@ -23,7 +23,7 @@ serde_derive = "1.0" serde_json = "1.0" serde_yaml = "0.8" serde_urlencoded = "0.7" -futures = "0.1.21" +futures = "0.3.29" tokio = "0.1.7" tokio-core = "0.1.18" failure = "0.1.8"