diff --git a/Cargo.toml b/Cargo.toml index 6d6ac60..d85e0a9 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]