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

This commit is contained in:
2026-01-13 00:26:40 +00:00
parent f0587a09ee
commit bc108a6ccb
2 changed files with 39 additions and 54 deletions

View File

@@ -13,7 +13,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
schemars = "1.2.0"
tokio = { version = "1.49.0", features = ["full"] }
kube = { version = "2.0.1", features = ["runtime", "derive"] }
kube = { version = "3.0.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.27.0", features = ["v1_31"] }
futures = "0.3.31"
thiserror = "2.0.17"