Update Rust crate anyhow to 1.0.97
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-03-29 18:16:40 +00:00
parent 65db36d097
commit 25f09a2b4b

View File

@ -9,7 +9,7 @@ env_logger = "0.11.7"
lazy_static = "1.5.0" lazy_static = "1.5.0"
dotenvy = "0.15.7" dotenvy = "0.15.7"
clap = { version = "4.5.34", features = ["derive", "env"] } clap = { version = "4.5.34", features = ["derive", "env"] }
anyhow = "1.0.89" anyhow = "1.0.97"
thiserror = "2.0.3" thiserror = "2.0.3"
openssl = { version = "0.10.66" } openssl = { version = "0.10.66" }
openssl-sys = "0.9.102" openssl-sys = "0.9.102"