diff --git a/Cargo.toml b/Cargo.toml index 42ecd3b..23f3779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ clap = { version = "4.5.4", features = ["derive", "env"] } env_logger = "0.11.3" hex = "0.4.3" k8s-openapi = { version = "0.22.0", features = ["v1_22"] } -kube = "0.91.0" +kube = "0.92.0" log = "0.4.21" openssl = "0.10.64" openssl-sys = "0.9.102"