Skip to content

Commit

Permalink
Bump k8s-openapi from 0.17.0 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [k8s-openapi](https://github.com/Arnavion/k8s-openapi) from 0.17.0 to 0.18.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.17.0...v0.18.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] committed Jul 4, 2023
1 parent 895a813 commit 6b08aaf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
24 changes: 19 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 @@ -33,7 +33,7 @@ backtrace = "0.3"
textwrap = "0.16.0"
regex = "1"
kube = "0.80.0"
k8s-openapi = { version = "0.17.0", default-features = false, features = ["v1_22"] }
k8s-openapi = { version = "0.18.0", default-features = false, features = ["v1_22"] }
base64 ="0.21.2"
openssl = { version = "0.10", features = ["vendored"] }
human-panic = "1.1"
Expand Down

0 comments on commit 6b08aaf

Please sign in to comment.