Update Rust crate anyhow to 1.0.74

This commit is contained in:
RenovateBot 2023-08-16 02:03:25 +02:00
parent 2f06eac898
commit 36cdd7b4cf

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" }
ui = { git = "https://gavania.de/hodasemi/ui.git" }
anyhow = { version = "1.0.72", features = ["backtrace"] }
anyhow = { version = "1.0.74", features = ["backtrace"] }
paste = "1.0.14"
serde = "1.0.183"
serde_json = "1.0.104"