diff --git a/Cargo.toml b/Cargo.toml index 33e5109..746f1d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.85", features = ["backtrace"] } +anyhow = { version = "1.0.86", features = ["backtrace"] } paste = "1.0.15" serde = "1.0.202" serde_json = "1.0.117"