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

This commit is contained in:
2026-01-19 00:12:01 +00:00
parent 3d3aacff62
commit 5026867e90
2 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ tokio = { version = "1.49.0", features = ["full"] }
kube = { version = "3.0.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.27.0", features = ["v1_31"] }
futures = "0.3.31"
thiserror = "2.0.17"
thiserror = "2.0.18"
rand = "0.9.2"
mktemp = "0.5.1"
reqwest = "0.13.1"