From c8d69e6c5e526feb42f56f857a661cc2ea423913 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:49:31 +0000 Subject: [PATCH] fix(deps): update rust crate freedesktop_entry_parser to 1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 234f6787..b771decc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ objc_id = "0.1" ureq = { version = "2.4", default-features = false, features = [ "gzip" ] } [target."cfg(target_os = \"linux\")".dependencies] -freedesktop_entry_parser = "1.1" +freedesktop_entry_parser = "1.3" lexical-core = "0.7" [target."cfg(unix)".dependencies]