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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 115b9b7 commit b39ea7b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 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 @@ anyhow = "1.0.94"
delegate = "0.13.1"
hyper-util = "0.1.10"
kube = { version = "0.97.0", default-features = false, features = ["derive"] }
k8s-openapi = { version = "0.23.0", features = [ "schemars" ] }
k8s-openapi = { version = "0.24.0", features = [ "schemars" ] }
once_cell = "1.20.2"
regex = { package = "regex-lite", version = "0.1.6" }
schemars = "0.8.21"
Expand Down
2 changes: 1 addition & 1 deletion gateway-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde.workspace = true
serde_yaml.workspace = true

[dev-dependencies]
k8s-openapi = { version = "0.23.0", features = [ "v1_31", "schemars" ] }
k8s-openapi = { version = "0.24.0", features = [ "v1_31", "schemars" ] }
kube = { version = "0.97.0" }

anyhow.workspace = true
Expand Down

0 comments on commit b39ea7b

Please sign in to comment.