Update Rust crate anyhow to 1.0.83
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 25m27s
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 25m27s
This commit is contained in:
parent
61c196422f
commit
da6669042f
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" }
|
rfactor_sm_reader = { git = "https://gavania.de/hodasemi/rfactor_sm_reader.git" }
|
||||||
ui = { git = "https://gavania.de/hodasemi/ui.git" }
|
ui = { git = "https://gavania.de/hodasemi/ui.git" }
|
||||||
|
|
||||||
anyhow = { version = "1.0.82", features = ["backtrace"] }
|
anyhow = { version = "1.0.83", features = ["backtrace"] }
|
||||||
paste = "1.0.14"
|
paste = "1.0.14"
|
||||||
serde = "1.0.200"
|
serde = "1.0.200"
|
||||||
serde_json = "1.0.116"
|
serde_json = "1.0.116"
|
||||||
|
|
Loading…
Reference in a new issue