diff --git a/Cargo.toml b/Cargo.toml index 9878ab1..6c47a08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,19 +34,19 @@ short_description = "A GUI for the awtrix clock." [dependencies] # Error handling -anyhow = "1.0.89" +anyhow = "1.0.92" # Networking -reqwest = { version = "0.12.8", features = ["blocking"] } +reqwest = { version = "0.12.9", features = ["blocking"] } # Parsing -serde = { version = "1.0.210", features = ["derive"] } -serde_json = "1.0.128" +serde = { version = "1.0.214", features = ["derive"] } +serde_json = "1.0.132" semver = "1.0.23" # GUI eframe = "0.29.1" egui = "0.29.1" -egui-notify = "0.16.0" +egui-notify = "0.17.0" egui_extras = { version = "0.29.1", features = ["syntect", "image"] } -image = "0.25.2" +image = "0.25.4" open = "5.3.0" parking_lot = "0.12.3"