From 48d4f3bf73751b1abb1f2036e3efca802de94037 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate@communiquons.org>
Date: Sat, 29 Mar 2025 22:56:55 +0000
Subject: [PATCH] Update Rust crate futures to 0.3.31

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 55490e5..66bfa94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ schemars = "0.8.17"
 tokio = { version = "1.37.0", features = ["full"] }
 kube = { version = "0.99.0", features = ["runtime", "derive"] }
 k8s-openapi = { version = "0.24.0", features = ["v1_31"] }
-futures = "0.3.30"
+futures = "0.3.31"
 thiserror = "2.0.7"
 rand = "0.9.0"
 mktemp = "0.5.1"