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

This commit is contained in:
Pierre HUBERT 2024-11-08 00:16:43 +00:00
parent 0e1396e177
commit 07eceaf72f

View File

@ -33,7 +33,7 @@ virt = "0.4.1"
sysinfo = { version = "0.32.0", features = ["serde"] }
uuid = { version = "1.11.0", features = ["v4", "serde"] }
lazy-regex = "3.3.0"
thiserror = "1.0.65"
thiserror = "2.0.0"
image = "0.25.4"
rand = "0.8.5"
bytes = "1.8.0"