Skip to content

Commit

Permalink
chore(deps): update rust crate kube to 0.98.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent b876af9 commit 6a9dd70
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 32 deletions.
128 changes: 97 additions & 31 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.97.0", features = ["runtime", "client", "derive" ] }
kube = { version = "0.98.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 6a9dd70

Please sign in to comment.