Update Rust crate thiserror to 2.0.12 #188

Merged
renovate merged 1 commits from renovate/thiserror-2.x into master 2025-04-15 00:28:41 +00:00
Showing only changes of commit 768f8fc112 - Show all commits

View File

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