Skip to content

Commit 8683823

Browse files
deps(deps): update k8s-openapi requirement from 0.23 to 0.26
Updates the requirements on [k8s-openapi](https://github.com/Arnavion/k8s-openapi) to permit the latest version. - [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.26.0) --- updated-dependencies: - dependency-name: k8s-openapi dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6efa44d commit 8683823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ url = "2.5"
128128
validator = { version = "0.20", features = ["derive"] }
129129

130130
# Kubernetes client
131-
k8s-openapi = { version = "0.23", features = ["v1_31"] }
131+
k8s-openapi = { version = "0.26", features = ["v1_31"] }
132132
kube = { version = "0.97", features = ["client", "derive", "runtime"] }
133133

134134
# TLS (for crypto provider initialization)

0 commit comments

Comments
 (0)