Update Rust crate anyhow to 1.0.75
All checks were successful
Home Server Merge / Serial Reader (pull_request) Successful in 16m57s
All checks were successful
Home Server Merge / Serial Reader (pull_request) Successful in 16m57s
This commit is contained in:
parent
4cf0c7ff48
commit
20a72ac737
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
rusqlite = "0.29.0"
|
||||
anyhow = { version = "1.0.71", features = ["backtrace"] }
|
||||
anyhow = { version = "1.0.75", features = ["backtrace"] }
|
||||
reqwest = "0.11.20"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Reference in a new issue