diff --git a/Cargo.toml b/Cargo.toml index d71e23f..92527fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ data-encoding = "2.5.0" dirs = "5.0.1" json_comments = "0.2.2" k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "latest"] } -kube = { version = "0.93.1", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } +kube = { version = "0.96.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } notify = "6.1.1" oci-distribution = { version = "0.11.0", default-features = false, features = ["rustls-tls", "test-registry"] } schemars = "0.8.16"