Skip to content

Commit

Permalink
Update Rust crate kube to 0.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent bb314df commit b1a82c9
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 59 deletions.
131 changes: 73 additions & 58 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/k8s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jsonschema = "0.26.0"
# this should be done in the bin crate
# https://kube.rs/upgrading/#renovate
k8s-openapi = { version = "0.23.0", features = ["schemars"] }
kube = { version = "0.96.0", default-features = false, features = [
kube = { version = "0.97.0", default-features = false, features = [
"client",
"rustls-tls",
"runtime",
Expand Down

0 comments on commit b1a82c9

Please sign in to comment.