Skip to content

Commit 6aa6fa5

Browse files
Bump k8s-openapi from 0.23.0 to 0.24.0 in the kube-updates group
Bumps the kube-updates group with 1 update: [k8s-openapi](https://github.com/Arnavion/k8s-openapi). Updates `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 dependency-group: kube-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6da0406 commit 6aa6fa5

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

Cargo.lock

+18-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77

88
[dependencies]
99
env_logger = "0.11.6"
10-
k8s-openapi = { version = "0.23.0", features = ["latest", "schemars"] }
10+
k8s-openapi = { version = "0.24.0", features = ["latest", "schemars"] }
1111
kube = { version = "0.96.0", features = ["runtime", "derive", "unstable-runtime"] }
1212
log = "0.4.22"
1313
reqwest = { version = "0.12.9", features = ["json"] }

0 commit comments

Comments
 (0)