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

This commit is contained in:
2025-09-29 00:35:50 +00:00
parent 2aa5318288
commit c9ba4ba870
2 changed files with 12 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ tokio = { version = "1.47.1", features = ["full"] }
kube = { version = "2.0.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.26.0", features = ["v1_31"] }
futures = "0.3.31"
thiserror = "2.0.16"
thiserror = "2.0.17"
rand = "0.9.2"
mktemp = "0.5.1"
reqwest = "0.12.23"