From a618febd103d2722c58f7b3a74b574968241b515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 09:02:31 +0000 Subject: [PATCH] build(deps): bump dirs from 6.0.0 to 7.0.0 Bumps dirs from 6.0.0 to 7.0.0. --- updated-dependencies: - dependency-name: dirs dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a60838cd..70198892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -542,9 +542,9 @@ checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" [[package]] name = "dirs" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" +checksum = "8d57d423b3c82e89b9a24ca3091fee61f456a26edbd28d26c65906f4bc1dcd8f" dependencies = [ "dirs-sys", ] diff --git a/Cargo.toml b/Cargo.toml index b59bf10a..f417d9b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rlimit = "0.11.0" log = "0.4.32" env_logger = "0.11.10" anstream = "=1.0.0" -dirs = "6.0.0" +dirs = "7.0.0" gcd = "2.0.1" rand = "0.10.1" colorful = "0.3.2"