Skip to content

Commit

Permalink
⬆️ Update kube requirement from 0.90 to 0.92
Browse files Browse the repository at this point in the history
Updates the requirements on [kube](https://github.com/kube-rs/kube) to permit the latest version.
- [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.92.0)

---
updated-dependencies:
- dependency-name: kube
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent b7c1392 commit 92526ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "4.2", features = ["derive"] }
color-eyre = "0.6.2"
itertools = "0.13"
k8s-openapi = { version = "0.21", default-features = false }
kube = { version = "0.90", features = [
kube = { version = "0.92", features = [
"client",
"oauth",
"gzip",
Expand Down

0 comments on commit 92526ae

Please sign in to comment.