Skip to content

Commit

Permalink
⬆️ Update kube requirement from 0.86.0 to 0.87.1
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.86.0...0.87.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 06bd028 commit 9fea0d6
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.11"
k8s-openapi = { version = "0.20.0", default-features = false }
kube = { version = "0.86.0", features = [
kube = { version = "0.87.1", features = [
"client",
"oauth",
"gzip",
Expand Down

0 comments on commit 9fea0d6

Please sign in to comment.