Skip to content

Commit

Permalink
chore: Bump kube to 0.88.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jan 22, 2024
1 parent 271e863 commit 2fda87f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
21 changes: 10 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ http = "1.0"
http-serde = "2.0.0"
humantime-serde = "1.0"
indoc = "2.0"
k8s-openapi = { version = "0.20", default-features = false, features = ["v1_28"] }
kube = { version = "0.87", default-features = false, features = ["client", "jsonpatch", "runtime", "rustls-tls"] }
k8s-openapi = { version = "0.21", default-features = false, features = ["v1_29"] }
kube = { version = "0.88", default-features = false, features = ["client", "jsonpatch", "runtime", "rustls-tls"] }
main_error = "0.1"
num_cpus = "1.0"
number_prefix = "0.4"
Expand Down

0 comments on commit 2fda87f

Please sign in to comment.