diff --git a/Cargo.lock b/Cargo.lock index 3d2ccd81e..1181a47f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3565,9 +3565,9 @@ dependencies = [ [[package]] name = "muda" -version = "0.4.5" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a3ef954ff22d2646c21ae64171b76d6e1202d214c6d3867305489d04a06db6a" +checksum = "c3c820db003e601413e835a33b10cf51452b6415ef34ff1d862401826431c675" dependencies = [ "cocoa", "crossbeam-channel", @@ -3580,7 +3580,7 @@ dependencies = [ "once_cell", "png", "thiserror", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] @@ -5046,7 +5046,7 @@ dependencies = [ "whoami", "winapi 0.3.9", "windows-service", - "winreg 0.10.1", + "winreg 0.11.0", "winres", "wol-rs", "zip", @@ -6099,9 +6099,8 @@ dependencies = [ [[package]] name = "tray-icon" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "405009de7f59e6dafff7afc04e1bff017d5e1531359bd05a1c52375b6f8b3716" +version = "0.5.1" +source = "git+https://github.com/tauri-apps/tray-icon#16330c278904c63a8f9ba98978604fc8e76d825d" dependencies = [ "cocoa", "core-graphics", @@ -6113,7 +6112,7 @@ dependencies = [ "once_cell", "png", "thiserror", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e00ea0726..387c4f5d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ chrono = "0.4" cidr-utils = "0.5" libloading = "0.8" fon = "0.6" -zip = "0.6.5" +zip = "0.6" [target.'cfg(not(any(target_os = "android", target_os = "linux")))'.dependencies] cpal = "0.15" @@ -92,7 +92,7 @@ system_shutdown = "4.0" [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3", features = ["winuser", "wincrypt", "shellscalingapi"] } -winreg = "0.10" +winreg = "0.11" windows-service = "0.6" virtual_display = { path = "libs/virtual_display", optional = true } impersonate_system = { git = "https://github.com/21pages/impersonate-system" } @@ -111,7 +111,7 @@ fruitbasket = "0.10" objc_id = "0.1" [target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies] -tray-icon = "0.4" +tray-icon = { git = "https://github.com/tauri-apps/tray-icon" } tao = { git = "https://github.com/rustdesk-org/tao", branch = "muda" } image = "0.24"