From d7721c08dd9994727b3ed5359897d32f27b09f25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 06:34:28 +0000 Subject: [PATCH] fix(deps): update rust crate futures to 0.3.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6fa45f..fb0dbc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ kube = { version = "0.87.2", default-features = false, features = ["client", "ws k8s-openapi = { version = "0.20.0", default-features = false, features = ["v1_26"] } anyhow = "1.0.79" thiserror = "1.0.56" -futures = "0.3.29" +futures = "0.3.30" tokio = { version = "1.35.1", default-features = false, features = ["rt-multi-thread", "net", "macros"] } tokio-stream = { version = "0.1.14", features = ["net"] } tracing = "0.1.40"