diff --git a/k8s_controller/Cargo.toml b/k8s_controller/Cargo.toml index e1a40db..e984ead 100644 --- a/k8s_controller/Cargo.toml +++ b/k8s_controller/Cargo.toml @@ -13,7 +13,7 @@ common = { path="../common" } config = { git = "https://github.com/mehcode/config-rs.git", default-features=false, features=["toml"] } futures-util = "0.3.25" k8s-openapi = { version = "0.18.0", default-features = false, features = ["v1_26"] } -kube = { version = "0.84.0", default-features = false, features = ["client", "runtime", "rustls-tls"] } +kube = { version = "0.98.0", default-features = false, features = ["client", "runtime", "rustls-tls"] } parking_lot = {version = "0.12.1" } serde = { version = "^1.0" } serde_json = "1.0.87"