From 89bc32bd41f4fb83520c1258d75cae1a689b9b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 12:42:44 +0000 Subject: [PATCH] chore(deps): update dirs requirement from 5 to 7 Updates the requirements on dirs to permit the latest version. --- updated-dependencies: - dependency-name: dirs dependency-version: 7.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 25620e1..3d1152e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ thiserror = "2" tracing = "0.1" # Filesystem paths -dirs = "5" +dirs = "7" # Hex encoding hex = "0.4"