From 86f2345ace63a47e6ce866c82822c40602ca5bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 17:14:27 +0000 Subject: [PATCH] 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 ae4ec50..dfd9100 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,9 +235,9 @@ dependencies = [ [[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 6849dbc..99c0670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ tracing = { version = "0.1", default-features = false, features = ["std"] } rusqlite = { version = "0.40", features = ["bundled"] } # Locating a user's home directory, to find the version-manager shim # directories a desktop launch's stripped PATH leaves out. -dirs = "6" +dirs = "7" # PKCE code challenges. The authorization-code flow hashes its verifier with # SHA-256 and nothing else in the tree needs a digest. sha2 = "0.11"