From b4ad96066bee18eb3e95aeab41b50e89be2e5b1b Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Mon, 11 Mar 2024 20:23:12 -0500 Subject: [PATCH] chore: bump freedesktop-desktop-entry --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d6ac605..d85e0a90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ zbus = {version = "3.14.1", default-features = false, optional = true} [target.'cfg(unix)'.dependencies] freedesktop-icons = "0.2.5" -freedesktop-desktop-entry = { version = "0.5.0", optional = true } +freedesktop-desktop-entry = { version = "0.5.1", optional = true } shlex = { version = "1.3.0", optional = true } [dependencies.cosmic-theme]