Skip to content

Commit 2fda87f

Browse files
committed
chore: Bump kube to 0.88.0
1 parent 271e863 commit 2fda87f

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ http = "1.0"
2121
http-serde = "2.0.0"
2222
humantime-serde = "1.0"
2323
indoc = "2.0"
24-
k8s-openapi = { version = "0.20", default-features = false, features = ["v1_28"] }
25-
kube = { version = "0.87", default-features = false, features = ["client", "jsonpatch", "runtime", "rustls-tls"] }
24+
k8s-openapi = { version = "0.21", default-features = false, features = ["v1_29"] }
25+
kube = { version = "0.88", default-features = false, features = ["client", "jsonpatch", "runtime", "rustls-tls"] }
2626
main_error = "0.1"
2727
num_cpus = "1.0"
2828
number_prefix = "0.4"

0 commit comments

Comments
 (0)