Update Rust crate anyhow to 1.0.84
All checks were successful
Midea Merge / Serial Reader (pull_request) Successful in 14m16s
All checks were successful
Midea Merge / Serial Reader (pull_request) Successful in 14m16s
This commit is contained in:
parent
691cbfa5f1
commit
f7cf4dc208
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = { version = "1.0.83", features = ["backtrace"] }
|
anyhow = { version = "1.0.84", features = ["backtrace"] }
|
||||||
if-addrs = "0.12.0"
|
if-addrs = "0.12.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
chrono = "0.4.38"
|
chrono = "0.4.38"
|
||||||
|
|
Loading…
Reference in a new issue