diff --git a/Cargo.toml b/Cargo.toml index 7e8c891..2be73ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ tiberius = { version = "0.12.3", default-features = false, features = [ tokio = { version = "1", features = ["macros"] } tokio-util = { version = "0.7.10", features = ["compat"] } tokio-zookeeper = "0.4.0" -kube = { version = "2.0.1", features = ["runtime"] } +kube = { version = "3.1.0", features = ["runtime"] } k8s-openapi = { version = "0.26", features = ["v1_30"] } clickhouse = { version = "0.13" } vaultrs = "0.7.2"