diff --git a/crates/tauri/Cargo.toml b/crates/tauri/Cargo.toml index 3fc70a99e5b9..e0a03ca18b68 100644 --- a/crates/tauri/Cargo.toml +++ b/crates/tauri/Cargo.toml @@ -86,7 +86,7 @@ specta = { version = "^2.0.0-rc.16", optional = true, default-features = false, # desktop [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.16", default-features = false, features = ["serde"] } +muda = { version = "0.17", default-features = false, features = ["serde"] } tray-icon = { version = "0.20", default-features = false, features = [ "serde", ], optional = true }