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

This commit is contained in:
2026-01-19 00:16:37 +00:00
parent 8c44776ebf
commit 53bd6e0e5d
2 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ lazy_static = "1.5.0"
dotenvy = "0.15.7"
clap = { version = "4.5.54", features = ["derive", "env"] }
anyhow = "1.0.100"
thiserror = "2.0.17"
thiserror = "2.0.18"
openssl = { version = "0.10.75" }
openssl-sys = "0.9.111"
libc = "0.2.180"