From 25b6b36299ec1c0aa5f31b762624a26317941c23 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:07:05 -0400 Subject: [PATCH] deps: bump dirs to 7.0.0 (#2248) This apparently changes the preference directory to use `RoamingAppData` rather than `LocalAppData` (https://codeberg.org/dirs/dirs-rs#7); I don't think this affects me though as I don't find any usage of it. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- scripts/schema_gen/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7ae7408..c1a910d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,9 +511,9 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[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 edc84ae3..8db32cd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ clap = { version = "4.6.6", features = [ concat-string = "1.0.1" crossterm = "0.29.0" ctrlc = { version = "3.5.2", features = ["termination"] } -dirs = "6.0.0" +dirs = "7.0.0" humantime = "2.3.0" indexmap = "2.14.0" indoc = "2.0.7" diff --git a/scripts/schema_gen/Cargo.lock b/scripts/schema_gen/Cargo.lock index aab31de1..1cd7aa10 100644 --- a/scripts/schema_gen/Cargo.lock +++ b/scripts/schema_gen/Cargo.lock @@ -458,9 +458,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", ]