From 9188f6eaa905c75784f951d4acae7a5eb51bdabf Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 9 Jul 2024 17:20:41 +0200 Subject: [PATCH] Bump versions --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0dddd76..01a701d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,14 +29,14 @@ anyhow = "1.0.86" # Networking reqwest = { version = "0.12.5", features = ["blocking"] } # Parsing -serde = { version = "1.0.203", features = ["derive"] } +serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.120" semver = "1.0.23" # GUI -eframe = "0.28.0" -egui = "0.28.0" -egui-notify = { git = "https://github.com/bircni/egui-notify", branch = "main" } -egui_extras = { version = "0.28.0", features = ["syntect", "image"] } +eframe = "0.28.1" +egui = "0.28.1" +egui-notify = { git = "https://github.com/ItsEthra/egui-notify", branch = "master" } +egui_extras = { version = "0.28.1", features = ["syntect", "image"] } image = "0.25.1" open = "5.2.0" parking_lot = "0.12.3"