Skip to content

Commit

Permalink
chore(deps): update rust crate kube to 0.97.0 (#775)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent b3fe2e1 commit 295569e
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 61 deletions.
135 changes: 75 additions & 60 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ http = "1.1.0"
hyper = "1.4.1"
insta = { version = "1.39.0", features = ["yaml", "toml", "redactions"] }
k8s-openapi = { version = "0.23.0", features = ["latest", "schemars"] }
kube = { version = "0.96.0", features = ["runtime", "client", "derive" ] }
kube = { version = "0.97.0", features = ["runtime", "client", "derive" ] }
lazy_static = "1.5.0"
paste = "1.0.15"
pbjson-types = "0.7.0"
Expand Down

0 comments on commit 295569e

Please sign in to comment.