diff --git a/Cargo.lock b/Cargo.lock index 5a0d42e..81d3678 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4283,9 +4283,9 @@ dependencies = [ [[package]] name = "tray-icon" -version = "0.22.0" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93e1484378c343c5a9b291188fa58917c7184967683f8cfe4a05461986970553" +checksum = "76b42a907631429634f9f57ef72f9e7aec3e12e74050636138acb3752ecb8df3" dependencies = [ "crossbeam-channel", "dirs", @@ -4299,7 +4299,7 @@ dependencies = [ "once_cell", "png 0.18.1", "thiserror 2.0.18", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3255617..b5399be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ include_dir = "0.7" tungstenite = { version = "0.29.0" } ureq = { version = "2.12.1", features = ["json"] } catppuccin-egui = { version = "5.7.0", default-features = false, features = ["egui33"] } -tray-icon = "0.22.0" +tray-icon = "0.22.2" image = { version = "0.25.10", default-features = false, features = ["png"] } # Windows