Compare commits

...

2 Commits

Author SHA1 Message Date
ab6be1238a Update Rust crate thiserror to 2.0.12
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-02 00:35:12 +00:00
53498a0559 Update Rust crate schemars to 0.8.22
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 02:05:38 +00:00

View File

@ -11,12 +11,12 @@ env_logger = "0.11.7"
anyhow = "1.0.97"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.140"
schemars = "0.8.17"
schemars = "0.8.22"
tokio = { version = "1.37.0", features = ["full"] }
kube = { version = "0.99.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.24.0", features = ["v1_31"] }
futures = "0.3.31"
thiserror = "2.0.7"
thiserror = "2.0.12"
rand = "0.9.0"
mktemp = "0.5.1"
reqwest = "0.12.15"