Update Rust crate anyhow to 1.0.85 #59

Merged
RenovateBot merged 1 commit from renovate/anyhow-1.x into master 2024-05-18 03:05:49 +00:00

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1.0.84", features = ["backtrace"] }
anyhow = { version = "1.0.85", features = ["backtrace"] }
if-addrs = "0.12.0"
rand = "0.8.5"
chrono = "0.4.38"