diff --git a/Cargo.lock b/Cargo.lock index f5c898182..9b62e4eea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -903,7 +903,7 @@ dependencies = [ "anyhow", "cosmic-client-toolkit", "cosmic-protocols", - "freedesktop-desktop-entry 0.6.0", + "freedesktop-desktop-entry 0.6.1", "futures", "i18n-embed 0.14.1", "i18n-embed-fl 0.8.0", @@ -2213,12 +2213,13 @@ dependencies = [ [[package]] name = "freedesktop-desktop-entry" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fefe79ec93a6aeaa938981fe3e11b4ed1b2f9deacc6bb631585bc48252d1bfa" +checksum = "77645c830a27554c72e113165fefa4f117ed9a45228b535f05df3e1ad4d13426" dependencies = [ "dirs 5.0.1", "gettext-rs", + "log", "memchr", "strsim 0.11.1", "textdistance", diff --git a/Cargo.toml b/Cargo.toml index 00cac8bde..728e71dd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } tracing-log = "0.2.0" cosmic-config = { git = "https://github.com/pop-os/libcosmic" } serde = { version = "1.0.152", features = ["derive"] } -freedesktop-desktop-entry = "0.6.0" +freedesktop-desktop-entry = "0.6.1" [profile.release] lto = "fat" @@ -67,3 +67,5 @@ ignored = ["libcosmic"] [patch."https://github.com/Smithay/client-toolkit"] sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" } + +[patch."crates-io"] \ No newline at end of file diff --git a/cosmic-app-list/Cargo.toml b/cosmic-app-list/Cargo.toml index dcf6e0a37..17e5d4fd2 100644 --- a/cosmic-app-list/Cargo.toml +++ b/cosmic-app-list/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2021" license = "GPL-3.0" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow.workspace = true cctk.workspace = true