From 25574e603472d112c7d953151e3c850e8e7e02a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:59:38 +0000 Subject: [PATCH] Update dirs requirement from 4 to 6 --- updated-dependencies: - dependency-name: dirs dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb856e1..4bfaf20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ path = "src/main.rs" [dependencies] clap = "2" -dirs = "4" +dirs = "6" dirs-sys = "0.3" eyre = "0.6" flate2 = "1"