From 35c62c2f43649ab32c29412ab39f7aff26a336cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:00:05 +0000 Subject: [PATCH] Update dirs-sys requirement from 0.3 to 0.5 Updates the requirements on [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) to permit the latest version. - [Commits](https://github.com/dirs-dev/dirs-sys-rs/commits) --- updated-dependencies: - dependency-name: dirs-sys dependency-version: 0.5.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..78b6884 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ path = "src/main.rs" [dependencies] clap = "2" dirs = "4" -dirs-sys = "0.3" +dirs-sys = "0.5" eyre = "0.6" flate2 = "1" regex = "1"