chore(cargo): update fde to 0.7.11

This commit is contained in:
Michael Aaron Murphy 2025-04-30 17:13:59 +02:00
parent e5802b535b
commit 6763abec41
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -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" }