Update Rust crate anyhow to 1.0.82
All checks were successful
Midea Merge / Serial Reader (pull_request) Successful in 7m23s
All checks were successful
Midea Merge / Serial Reader (pull_request) Successful in 7m23s
This commit is contained in:
parent
d45406115f
commit
2020335298
1 changed files with 1 additions and 1 deletions
|
@ -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.81", features = ["backtrace"] }
|
||||
anyhow = { version = "1.0.82", features = ["backtrace"] }
|
||||
if-addrs = "0.12.0"
|
||||
rand = "0.8.5"
|
||||
chrono = "0.4.37"
|
||||
|
|
Loading…
Reference in a new issue