From f6e553948b294330ffc5aafcca98e3e491a01204 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:41:46 +0000 Subject: [PATCH] fix(deps): update rust crate dirs to v6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9d1be1..c6907df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ features = [ [target."cfg(target_os = \"linux\")".dependencies] libappindicator = "0.9" -dirs = "5" +dirs = "6" [target."cfg(target_os = \"linux\")".dev-dependencies] gtk = "0.18"