diff --git a/Cargo.toml b/Cargo.toml index 17d0a16..51f35bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" [dependencies] serialport = "4.3.0" gtk = { version = "0.18.1", features = ["v3_24"] } -anyhow = { version = "1.0.83", features = ["backtrace"] } +anyhow = { version = "1.0.84", features = ["backtrace"] } glib = "0.18.5"