Skip to content

Commit

Permalink
fix(deps): bump kube from 0.90.0 to 0.91.0
Browse files Browse the repository at this point in the history
Bumps [kube](https://github.com/kube-rs/kube) from 0.90.0 to 0.91.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.90.0...0.91.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 11, 2024
1 parent 50358c5 commit b54ce99
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 16 deletions.
115 changes: 100 additions & 15 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 @@ -11,7 +11,7 @@ publish = false

[dependencies]
tokio = { version = "1.37.0", features = ["full"] }
kube = { version = "0.90.0", features = ["runtime", "derive"] }
kube = { version = "0.91.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.21.1", features = ["v1_24"] }
futures = "0.3.30"
futures-util = "0.3.28"
Expand Down

0 comments on commit b54ce99

Please sign in to comment.