Skip to content

Commit 04ef1bc

Browse files
Bump k8s-openapi from 0.24.0 to 0.25.0 in the kube group
Bumps the kube group with 1 update: [k8s-openapi](https://github.com/Arnavion/k8s-openapi). Updates `k8s-openapi` from 0.24.0 to 0.25.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.24.0...v0.25.0) --- updated-dependencies: - dependency-name: k8s-openapi dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kube ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a079521 commit 04ef1bc

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

Cargo.lock

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ telemetry = ["opentelemetry-otlp"]
2929
actix-web = "4.11.0"
3030
futures = "0.3.31"
3131
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread"] }
32-
k8s-openapi = { version = "0.24.0", features = ["latest"] }
32+
k8s-openapi = { version = "0.25.0", features = ["latest"] }
3333
schemars = { version = "0.8.22", features = ["chrono"] }
3434
serde = { version = "1.0.219", features = ["derive"] }
3535
serde_json = "1.0.140"

0 commit comments

Comments
 (0)