Update Rust crate anyhow to 1.0.80
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 9m42s
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 9m42s
This commit is contained in:
parent
88d2a72dd3
commit
0fa5cb55c8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
|
|||
rfactor_sm_reader = { git = "https://gavania.de/hodasemi/rfactor_sm_reader.git" }
|
||||
ui = { git = "https://gavania.de/hodasemi/ui.git" }
|
||||
|
||||
anyhow = { version = "1.0.79", features = ["backtrace"] }
|
||||
anyhow = { version = "1.0.80", features = ["backtrace"] }
|
||||
paste = "1.0.14"
|
||||
serde = "1.0.196"
|
||||
serde_json = "1.0.113"
|
||||
|
|
Loading…
Reference in a new issue