2 Commits

Author SHA1 Message Date
d6310d75df Merge pull request 'Update Rust crate anyhow to 1.0.102' (#450) from renovate/anyhow-1.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-23 00:19:36 +00:00
9b3d7fd600 Update Rust crate anyhow to 1.0.102
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-02-22 00:20:39 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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