1 Commits

Author SHA1 Message Date
504417c3b5 Update Rust crate anyhow to 1.0.101
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-08 00:32:43 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -465,9 +465,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.100"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
[[package]]
name = "arbitrary"

View File

@@ -9,7 +9,7 @@ env_logger = "0.11.8"
lazy_static = "1.5.0"
dotenvy = "0.15.7"
clap = { version = "4.5.57", features = ["derive", "env"] }
anyhow = "1.0.100"
anyhow = "1.0.101"
thiserror = "2.0.18"
openssl = { version = "0.10.75" }
openssl-sys = "0.9.111"