Skip to content

Commit

Permalink
build(deps): bump k8s-openapi from 0.19.0 to 0.20.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.20.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.20.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 11, 2023
1 parent c5c3d14 commit 0ca6648
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
26 changes: 20 additions & 6 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 @@ -16,7 +16,7 @@ clap = { version = "4.2", features = [ "cargo", "env" ] }
daemonize = "0.5"
humansize = "2.1"
itertools = "0.11.0"
k8s-openapi = { version = "0.19.0", default-features = false, features = ["v1_27"] }
k8s-openapi = { version = "0.20.0", default-features = false, features = ["v1_27"] }
lazy_static = "1.4.0"
num_cpus = "1.16.0"
opentelemetry-otlp = { version = "0.10.0", features = ["metrics", "tonic"] }
Expand Down

0 comments on commit 0ca6648

Please sign in to comment.