Update project dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-06 13:55:35 +02:00
parent 7b8b0cff3e
commit 260089b2ad
2 changed files with 354 additions and 479 deletions

829
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,8 +13,8 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140" serde_json = "1.0.140"
schemars = "0.8.22" schemars = "0.8.22"
tokio = { version = "1.45.1", features = ["full"] } tokio = { version = "1.45.1", features = ["full"] }
kube = { version = "0.99.0", features = ["runtime", "derive"] } kube = { version = "1.1.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.24.0", features = ["v1_31"] } k8s-openapi = { version = "0.25.0", features = ["v1_31"] }
futures = "0.3.31" futures = "0.3.31"
thiserror = "2.0.12" thiserror = "2.0.12"
rand = "0.9.1" rand = "0.9.1"