diff --git a/Cargo.toml b/Cargo.toml index 667013e..d1a1720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ zbus = { version = "4.4.0", default-features = false, optional = true } [target.'cfg(unix)'.dependencies] freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" } -freedesktop-desktop-entry = { version = "0.7.10", optional = true } +freedesktop-desktop-entry = { version = "0.7.11", optional = true } shlex = { version = "1.3.0", optional = true } [dependencies.cosmic-theme] @@ -215,6 +215,6 @@ libcosmic = { path = "./" } # FIXME update winit deps where necessary to use this # [patch.crates-io] -[patch."https://github.com/pop-os/winit.git"] +# [patch."https://github.com/pop-os/winit.git"] # winit = { git = "https://github.com/rust-windowing/winit.git", rev = "241b7a80bba96c91fa3901729cd5dec66abb9be4" } # winit = { path = "../../winit" }