diff --git a/cosmic-app-list/Cargo.toml b/cosmic-app-list/Cargo.toml index 566abbf9..13ce17e2 100644 --- a/cosmic-app-list/Cargo.toml +++ b/cosmic-app-list/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4" tokio = { version = "1.17.0", features = ["sync", "rt", "rt-multi-thread", "macros", "process"] } itertools = "*" freedesktop-desktop-entry = "0.5.0" -freedesktop-icons = "0.2.2" +freedesktop-icons = "0.2.4" i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] } i18n-embed-fl = "0.6" rust-embed = "6.3"