Update Rust crate anyhow to 1.0.81
All checks were successful
Midea Merge / Serial Reader (pull_request) Successful in 6m21s

This commit is contained in:
RenovateBot 2024-03-12 06:04:22 +00:00
parent 84124f0265
commit 1f40b0141d

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.80", features = ["backtrace"] }
anyhow = { version = "1.0.81", features = ["backtrace"] }
if-addrs = "0.11.0"
rand = "0.8.5"
chrono = "0.4.34"