Skip to content

Commit

Permalink
⬆️ Update k8s-openapi requirement from 0.21 to 0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [k8s-openapi](https://github.com/Arnavion/k8s-openapi) to permit the latest version.
- [Release notes](https://github.com/Arnavion/k8s-openapi/releases)
- [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md)
- [Commits](Arnavion/k8s-openapi@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: k8s-openapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 26, 2024
1 parent b7c1392 commit 2e28012
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 @@ -16,7 +16,7 @@ chrono = "0.4"
clap = { version = "4.2", features = ["derive"] }
color-eyre = "0.6.2"
itertools = "0.13"
k8s-openapi = { version = "0.21", default-features = false }
k8s-openapi = { version = "0.22", default-features = false }
kube = { version = "0.90", features = [
"client",
"oauth",
Expand Down

0 comments on commit 2e28012

Please sign in to comment.