Merge pull request 'Update Rust crate k8s-openapi to 0.26.1' (#246) from renovate/k8s-openapi-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit was merged in pull request #246.
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1037,9 +1037,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "k8s-openapi"
|
||||
version = "0.26.0"
|
||||
version = "0.26.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d13f06d5326a915becaffabdfab75051b8cdc260c2a5c06c0e90226ede89a692"
|
||||
checksum = "06d9e5e61dd037cdc51da0d7e2b2be10f497478ea7e120d85dad632adb99882b"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"chrono",
|
||||
|
||||
@@ -14,7 +14,7 @@ serde_json = "1.0.145"
|
||||
schemars = "1.1.0"
|
||||
tokio = { version = "1.48.0", features = ["full"] }
|
||||
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"
|
||||
thiserror = "2.0.17"
|
||||
rand = "0.9.2"
|
||||
|
||||
Reference in New Issue
Block a user