Skip to content

Commit

Permalink
[Cargo]: Bump kube from 0.96.0 to 0.97.0 in the kube group (#130)
Browse files Browse the repository at this point in the history
Bumps the kube group with 1 update: [kube](https://github.com/kube-rs/kube).


Updates `kube` from 0.96.0 to 0.97.0
- [Release notes](https://github.com/kube-rs/kube/releases)
- [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md)
- [Commits](kube-rs/kube@0.96.0...0.97.0)

---
updated-dependencies:
- dependency-name: kube
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kube
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 80f126f commit a6715b4
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 57 deletions.
127 changes: 71 additions & 56 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 @@ -23,7 +23,7 @@ serde = { version = "1.0.215", features = ["derive"] }
k8s-openapi = { version = "0.23.0", features = ["latest"] }

[dependencies.kube]
version = "0.96.0"
version = "0.97.0"
features = ["runtime"]

# local testing: ignore
Expand Down

0 comments on commit a6715b4

Please sign in to comment.