Compare commits

..

2 Commits

Author SHA1 Message Date
b0d6705660 Update Rust crate serde to 1.0.219
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-04 00:35:01 +00:00
ab996ac653 Update Rust crate thiserror to 2.0.12
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-03 00:35:00 +00:00

View File

@ -16,7 +16,7 @@ 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"