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

This commit is contained in:
2024-03-05 00:13:24 +00:00
committed by Pierre Hubert
parent 2252dfaf37
commit 76584ef475
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ tokio = { version = "1.35.1", features = ["full"] }
kube = { version = "0.87.2", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.20.0", features = ["v1_27"] }
futures = "0.3.30"
thiserror = "1.0.56"
thiserror = "1.0.57"
rand = "0.8.5"
mktemp = "0.5.1"
reqwest = "0.11.24"