Update Rust crate anyhow to 1.0.84
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 23m13s

This commit is contained in:
RenovateBot 2024-05-17 18:06:41 +00:00
parent 40b4e85b8f
commit b6539fc82f

View file

@ -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.83", features = ["backtrace"] } anyhow = { version = "1.0.84", features = ["backtrace"] }
paste = "1.0.15" paste = "1.0.15"
serde = "1.0.202" serde = "1.0.202"
serde_json = "1.0.117" serde_json = "1.0.117"