Update Rust crate anyhow to 1.0.86
All checks were successful
Home Server Merge / Serial Reader (pull_request) Successful in 30m15s
All checks were successful
Home Server Merge / Serial Reader (pull_request) Successful in 30m15s
This commit is contained in:
parent
1c9d50b5d7
commit
9355307b1d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
rusqlite = "0.31.0"
|
||||
anyhow = { version = "1.0.85", features = ["backtrace"] }
|
||||
anyhow = { version = "1.0.86", features = ["backtrace"] }
|
||||
reqwest = "0.11.27"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Reference in a new issue