diff --git a/Cargo.toml b/Cargo.toml index 3df3d6b..e80e57c 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.79", features = ["backtrace"] } +anyhow = { version = "1.0.80", features = ["backtrace"] } paste = "1.0.14" serde = "1.0.196" serde_json = "1.0.113"