From 0b0519a024e9d9fdee25cecef3623bb9363d3218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 17:32:51 +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 fff136d..d0f73a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,9 +249,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 65ba486..e64479b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,7 +149,7 @@ reqwest = { version = "0.12", default-features = false, features = [ ], optional = true } tracing = { version = "0.1", optional = true } # Per-OS config/home dir probing for the Obsidian vault registry (`obsidian`). -dirs = { version = "6", optional = true } +dirs = { version = "7", optional = true } # Hex-encodes summary read-pointer ids into git tag names (`wiki-git`). hex = { version = "0.4", optional = true } # tokio powers the optional background worker loops (`tokio` feature). It is