Update Rust crate k8s-openapi to 0.26.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-12-11 00:30:57 +00:00
parent a0f0b8dbc7
commit 242a617183
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1037,9 +1037,9 @@ dependencies = [
[[package]] [[package]]
name = "k8s-openapi" name = "k8s-openapi"
version = "0.26.0" version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d13f06d5326a915becaffabdfab75051b8cdc260c2a5c06c0e90226ede89a692" checksum = "06d9e5e61dd037cdc51da0d7e2b2be10f497478ea7e120d85dad632adb99882b"
dependencies = [ dependencies = [
"base64", "base64",
"chrono", "chrono",

View File

@@ -14,7 +14,7 @@ serde_json = "1.0.145"
schemars = "1.1.0" schemars = "1.1.0"
tokio = { version = "1.48.0", features = ["full"] } tokio = { version = "1.48.0", features = ["full"] }
kube = { version = "2.0.1", features = ["runtime", "derive"] } kube = { version = "2.0.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.26.0", features = ["v1_31"] } k8s-openapi = { version = "0.26.1", features = ["v1_31"] }
futures = "0.3.31" futures = "0.3.31"
thiserror = "2.0.17" thiserror = "2.0.17"
rand = "0.9.2" rand = "0.9.2"