Skip to content

Commit

Permalink
chore(deps): bump k8s-openapi from 0.19.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [k8s-openapi](https://github.com/Arnavion/k8s-openapi) from 0.19.0 to 0.23.0.
- [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.19.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent a34141b commit c2debde
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
23 changes: 18 additions & 5 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 @@ -13,7 +13,7 @@ clap = { version = "4.5", features = ["derive", "help", "env", "std"] }
futures = "0.3"
kube = { version = "0.87.2", features = ["runtime", "derive", "unstable-runtime"] }
kube-derive = "0.87.2"
k8s-openapi = { version = "0.20.0", features = ["v1_26", "schemars"] }
k8s-openapi = { version = "0.23.0", features = ["v1_26", "schemars"] }
kubert = { version = "0.21.2", features = [
"clap",
"runtime",
Expand Down

0 comments on commit c2debde

Please sign in to comment.