diff --git a/Cargo.lock b/Cargo.lock index 62be3445..d2d4541a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2300,13 +2300,12 @@ dependencies = [ [[package]] name = "keyboard-types" -version = "0.7.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" +checksum = "0fbe853b403ae61a04233030ae8a79d94975281ed9770a1f9e246732b534b28d" dependencies = [ "bitflags 2.13.1", "serde", - "unicode-segmentation", ] [[package]] @@ -2645,9 +2644,9 @@ dependencies = [ [[package]] name = "muda" -version = "0.19.2" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47a2e3dff89cd322c66647942668faee0a2b1f88ea6cbb4d374b4a8d7e92528c" +checksum = "cca139e57da4383727f189e43e66e84fa372347027fc996f9f1a007ec0a37996" dependencies = [ "crossbeam-channel", "dpi", @@ -5121,9 +5120,9 @@ dependencies = [ [[package]] name = "tray-icon" -version = "0.24.2" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "045979e3f037cd18ad1cb2a419dfda133c5c29c9f3453370079f2255d46c257e" +checksum = "b1d7d8cfccf1ae7ae9cba25a60daac8355bbaaf0fd07ff1c3af8f9872c4e4cb8" dependencies = [ "crossbeam-channel", "dirs", diff --git a/Cargo.toml b/Cargo.toml index fc783c28..67cb592b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ nix = { version = "0.31", default-features = false, features = ["fs", "hostname" # requires. (`arboard` moved to the main `[dependencies]` table — it's no # longer tray-exclusive, see there.) tao = { version = "0.36.0", optional = true } -tray-icon = { version = "0.24.1", optional = true } +tray-icon = { version = "0.25.0", optional = true } # CoreFoundation types for the worktrees service's Accessibility backend # (`reposition`, #1407): CFString/CFArray/CFBoolean for AX attribute values, # CGPoint/CGSize for geometry, and CFRetained for CFRelease-on-drop ownership of