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

This commit is contained in:
2025-03-06 20:12:16 +01:00
parent 6f8949d7df
commit eb4eda83c8
2 changed files with 53 additions and 22 deletions

View File

@ -9,12 +9,12 @@ edition = "2021"
log = "0.4.21"
env_logger = "0.11.3"
anyhow = "1.0.82"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.115"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.140"
schemars = "0.8.17"
tokio = { version = "1.37.0", features = ["full"] }
kube = { version = "0.97.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.23.0", features = ["v1_31"] }
kube = { version = "0.98.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.24.0", features = ["v1_31"] }
futures = "0.3.30"
thiserror = "2.0.7"
rand = "0.9.0"