Skip to content

Commit

Permalink
Merge pull request #156 from vadorovsky/k8s-deps
Browse files Browse the repository at this point in the history
Update kube and k8s-openapi
  • Loading branch information
vadorovsky authored Jan 25, 2022
2 parents fc039f3 + 6d8c87e commit 14b4b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lockc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ ctrlc = "3.2"
fanotify-rs = { git = "https://github.com/vadorovsky/fanotify-rs", branch = "fix-pid-type" }
futures = "0.3"
goblin = "0.4"
kube = "0.66"
k8s-openapi = { version = "0.13", default-features = false, features = ["v1_21"] }
kube = "0.67"
k8s-openapi = { version = "0.14", default-features = false, features = ["v1_23"] }
lazy_static = "1.4"
libc = { version = "0.2", features = [ "extra_traits" ] }
libbpf-rs = "0.14"
Expand Down

0 comments on commit 14b4b42

Please sign in to comment.