Update Rust crate kube to 0.83.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-06-06 00:23:02 +00:00
parent 4342602ea7
commit 1b2db8732b
2 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
schemars = "0.8.12"
tokio = { version = "1.28.2", features = ["full"] }
kube = { version = "0.82.2", features = ["runtime", "derive"] }
kube = { version = "0.83.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.18.0", features = ["v1_26"] } # TODO : switch to v1_27
futures = "0.3.28"
thiserror = "1.0.40"