Update Rust crate thiserror to v2
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2024-11-07 00:14:10 +00:00
parent d5d641cdbe
commit cbb94bef4f

View File

@ -16,7 +16,7 @@ tokio = { version = "1.37.0", features = ["full"] }
kube = { version = "0.90.0", features = ["runtime", "derive"] } kube = { version = "0.90.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.21.1", features = ["v1_29"] } k8s-openapi = { version = "0.21.1", features = ["v1_29"] }
futures = "0.3.30" futures = "0.3.30"
thiserror = "1.0.59" thiserror = "2.0.0"
rand = "0.8.5" rand = "0.8.5"
mktemp = "0.5.1" mktemp = "0.5.1"
reqwest = "0.12.3" reqwest = "0.12.3"