Update Rust crate k8s-openapi to 0.23.0
This commit is contained in:
parent
3c1a452f75
commit
5f538e6222
@ -14,7 +14,7 @@ serde_json = "1.0.115"
|
|||||||
schemars = "0.8.17"
|
schemars = "0.8.17"
|
||||||
tokio = { version = "1.37.0", features = ["full"] }
|
tokio = { version = "1.37.0", features = ["full"] }
|
||||||
kube = { version = "0.90.0", features = ["runtime", "derive"] }
|
kube = { version = "0.90.0", features = ["runtime", "derive"] }
|
||||||
k8s-openapi = { version = "0.21.1", features = ["v1_29"] }
|
k8s-openapi = { version = "0.23.0", features = ["v1_29"] }
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
thiserror = "1.0.59"
|
thiserror = "1.0.59"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user