From 6e125d2c9bc59a97843a8f0fb0a52fa66d011406 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 18:12:26 +0000 Subject: [PATCH] Update Rust crate dirs to v7 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec7993b..cfe641a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,7 +247,7 @@ version = "0.7.5" dependencies = [ "configparser", "dark-light", - "dirs 6.0.0", + "dirs 7.0.0", "druid", "dunce", "freedesktop-desktop-entry", @@ -555,9 +555,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 0.5.0", ] diff --git a/Cargo.toml b/Cargo.toml index 74cb503..99acd10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ tracing-appender = "0.2.5" # Chrono-less fork, so doesn't pull in old time crate 0.1 rolling-file = { git = "https://github.com/browsers-software/rolling-file-rs.git", branch = "browsers" } -dirs = "6.0.0" +dirs = "7.0.0" toml = "1.1.4" serde_json = "1.0.151"