Update Rust crate anyhow to 1.0.71 #31
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.70", features = ["backtrace"] }
|
||||
anyhow = { version = "1.0.71", features = ["backtrace"] }
|
||||
paste = "1.0.12"
|
||||
serde = "1.0.160"
|
||||
serde_json = "1.0.96"
|
||||
|
|
Loading…
Reference in a new issue