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

This commit is contained in:
Renovate Bot 2025-03-31 00:39:08 +00:00
parent 6b6ea9ea83
commit 6561612280

View File

@ -20,7 +20,7 @@ actix-cors = "0.7.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
anyhow = "1.0.97" anyhow = "1.0.97"
reqwest = { version = "0.12.15", features = ["json"] } reqwest = { version = "0.12.15", features = ["json"] }
thiserror = "2.0.3" thiserror = "2.0.12"
uuid = { version = "1.16.0", features = ["v4", "serde"] } uuid = { version = "1.16.0", features = ["v4", "serde"] }
futures-util = "0.3.30" futures-util = "0.3.30"
lazy-regex = "3.4.1" lazy-regex = "3.4.1"