Update Rust crate anyhow to 1.0.79 #68

Merged
hodasemi merged 1 commit from renovate/anyhow-1.x into master 2024-01-11 10:27:17 +00:00
Showing only changes of commit a7a8f2eae1 - Show all commits

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.75", features = ["backtrace"] }
anyhow = { version = "1.0.79", features = ["backtrace"] }
paste = "1.0.14"
serde = "1.0.193"
serde_json = "1.0.108"