diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index fc1f8cb081c..b78af5b00c3 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -68,7 +68,7 @@ ico = { version = "0.2.0", optional = true } [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"windows\", target_os = \"macos\"))".dependencies] -muda = { version = "0.7.2", default-features = false } +muda = { version = "0.7.3", default-features = false } tray-icon = { version = "0.7.7", default-features = false } [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] diff --git a/examples/api/src-tauri/Cargo.lock b/examples/api/src-tauri/Cargo.lock index 687927f8521..be966ead8e0 100644 --- a/examples/api/src-tauri/Cargo.lock +++ b/examples/api/src-tauri/Cargo.lock @@ -2184,9 +2184,9 @@ dependencies = [ [[package]] name = "muda" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30b3e7038d93632247a6c2484ee912e13079978aadb4ab70e80703041c5ed9b6" +checksum = "e375211006d809e35f8b1488b37d0716a474a6a1d8ecc268ec6d2756cf4fbb49" dependencies = [ "cocoa 0.25.0", "crossbeam-channel",