From a9362b46a4bf513cef88e08471c314acc81c255f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:49:40 +0000 Subject: [PATCH] deps: update dirs requirement from 5.0.1 to 6.0.0 --- updated-dependencies: - dependency-name: dirs dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sare-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sare-cli/Cargo.toml b/sare-cli/Cargo.toml index 1482461..ffa18a9 100644 --- a/sare-cli/Cargo.toml +++ b/sare-cli/Cargo.toml @@ -25,7 +25,7 @@ path = "src/main.rs" argh = "0.1.12" chrono = "0.4.41" colored = "3.0.0" -dirs = "5.0.1" +dirs = "6.0.0" duration-str = "0.17.0" hex = "0.4.3" indicatif = "0.18.0"