diff --git a/Cargo.toml b/Cargo.toml index 52900e1..91402f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ cynic = { version = "3.12.0", features = ["http-reqwest"] } serde = { version = "1.0.218", features = ["derive"] } config = { version = "0.15.19", features = ["yaml", "toml"] } kube = { version = "2.0.1", features = ["runtime", "derive"] } -k8s-openapi = { version = "0.26.1", features = ["latest"] } +k8s-openapi = { version = "0.27.0", features = ["latest"] } base64 = "0.22.1" aes-gcm = "0.10.3" sha2 = "0.10.8"