Update Rust crate anyhow to 1.0.97 #172

Merged
renovate merged 1 commits from renovate/anyhow-1.x into master 2025-03-30 02:23:21 +00:00
Showing only changes of commit 082efa367c - Show all commits

View File

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