Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent c67af81 commit 3293b84
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
28 changes: 21 additions & 7 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 @@ rand = { version = "0.8", features = ["small_rng"] }
actix-web = "4.9.0"
futures = "0.3.28"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
k8s-openapi = { version = "0.23", features = ["latest", "schemars"] }
k8s-openapi = { version = "0.24", features = ["latest", "schemars"] }
kube = { version = "0.97", features = [
"runtime",
"client",
Expand Down

0 comments on commit 3293b84

Please sign in to comment.