Update Rust crate k8s-openapi to 0.26.1 #246
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user