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

This commit is contained in:
2023-08-17 00:22:36 +00:00
parent 01072fb86c
commit 0d632f654b
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ tokio = { version = "1.31.0", features = ["full"] }
kube = { version = "0.84.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.18.0", features = ["v1_26"] } # TODO : switch to v1_27
futures = "0.3.28"
thiserror = "1.0.44"
thiserror = "1.0.46"
rand = "0.8.5"
mktemp = "0.5.0"
reqwest = "0.11.18"