diff --git a/Cargo.toml b/Cargo.toml index b591fe9..7b61e73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ confy = "0.5.1" convert_case = "0.6.0" dirs = "5.0.1" json_comments = "0.2.1" -kube = { version = "0.86.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } +kube = { version = "0.87.1", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } k8s-openapi = { version = "0.20.0", default-features = false, features = ["schemars", "v1_28"] } notify = "6.0.1" oci-distribution = { version = "0.9.4", default-features = false, features = ["rustls-tls", "test-registry"] }