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-12 00:29:38 +00:00
parent f33c408c67
commit 2c68524aa2

View File

@ -10,7 +10,7 @@ lazy_static = "1.5.0"
dotenvy = "0.15.7"
clap = { version = "4.5.35", 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"