diff --git a/lockc/Cargo.toml b/lockc/Cargo.toml index 0e90039..d5aac5e 100644 --- a/lockc/Cargo.toml +++ b/lockc/Cargo.toml @@ -27,7 +27,7 @@ dirs = "4.0" fanotify-rs = { git = "https://github.com/vadorovsky/fanotify-rs", branch = "fix-pid-type" } futures = "0.3" goblin = "0.4" -kube = "0.65" +kube = "0.66" k8s-openapi = { version = "0.13", default-features = false, features = ["v1_21"] } lazy_static = "1.4" libc = { version = "0.2", features = [ "extra_traits" ] }