diff --git a/Cargo.toml b/Cargo.toml index dc43b3e..47aae4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,8 +127,8 @@ 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 = "1.1.0", features = ["runtime"] } -k8s-openapi = { version = "0.25", features = ["v1_30"] } +kube = { version = "2.0.1", features = ["runtime"] } +k8s-openapi = { version = "0.26", features = ["v1_30"] } clickhouse = { version = "0.13" } vaultrs = "0.7.2" openssl-sys = { version = "0.9.103", features = ["vendored"] }