Skip to content

Commit

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


Updates `kube` from 0.97.0 to 0.98.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.97.0...0.98.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 759f990 commit c50c803
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 18 deletions.
149 changes: 132 additions & 17 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 @@ -34,7 +34,7 @@ actix-web = "4.9.0"
futures = "0.3.28"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
k8s-openapi = { version = "0.23", features = ["latest", "schemars"] }
kube = { version = "0.97", features = [
kube = { version = "0.98", features = [
"runtime",
"client",
"derive",
Expand Down

0 comments on commit c50c803

Please sign in to comment.