Skip to content

Commit c1c1e45

Browse files
chore(deps): bump k8s-openapi from 0.25.0 to 0.26.1
Bumps [k8s-openapi](https://github.com/Arnavion/k8s-openapi) from 0.25.0 to 0.26.1. - [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.25.0...v0.26.1) --- updated-dependencies: - dependency-name: k8s-openapi dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a61c9f commit c1c1e45

File tree

2 files changed

+53
-9
lines changed

2 files changed

+53
-9
lines changed

Cargo.lock

Lines changed: 52 additions & 8 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
@@ -12,7 +12,7 @@ description = "Copy k8s resources (or parts thereof) across clusters"
1212
clap = { version = "^4.5.53", features = ["derive", "help", "env", "std"] }
1313
futures = "^0.3.31"
1414
kube = { version = "^1.1.0", features = ["runtime", "derive", "unstable-runtime"] }
15-
k8s-openapi = { version = "^0.25.0", features = ["v1_33", "schemars"] }
15+
k8s-openapi = { version = "^0.26.1", features = ["v1_33", "schemars"] }
1616
kubert = { version = "^0.25.0", features = [
1717
"clap",
1818
"runtime",

0 commit comments

Comments
 (0)