Update Rust crate thiserror to 2.0.14
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-08-12 00:27:14 +00:00
parent b7908eef4b
commit 23be47cf17
2 changed files with 12 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ tokio = { version = "1.47.1", features = ["full"] }
kube = { version = "1.1.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.25.0", features = ["v1_31"] }
futures = "0.3.31"
thiserror = "2.0.12"
thiserror = "2.0.14"
rand = "0.9.2"
mktemp = "0.5.1"
reqwest = "0.12.22"