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-04-13 00:29:18 +00:00
parent 7474e25209
commit 072b3b2d20

View File

@ -10,7 +10,7 @@ lazy_static = "1.5.0"
dotenvy = "0.15.7"
clap = { version = "4.5.36", features = ["derive", "env"] }
anyhow = "1.0.97"
thiserror = "2.0.3"
thiserror = "2.0.12"
openssl = { version = "0.10.72" }
openssl-sys = "0.9.107"
libc = "0.2.171"