diff --git a/Cargo.toml b/Cargo.toml index 50b88bb1..bfc6f541 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ log = "0.4.21" log4rs = { version = "1.3.0", default-features = false, features = ["file_appender", "json_encoder"] } bytes = "1.6.0" -futures = "0.3" +futures = "0.3.30" http = "1.1.0" k8s-openapi = { version = "0.21.1", default-features = false, features = ["v1_27"] } kube = { version = "0.90.0" }