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.
This commit is contained in:
Clement Tsang
2026-09-15 01:07:05 -04:00
committed by GitHub
parent 3210213014
commit 25b6b36299
3 changed files with 5 additions and 5 deletions
Generated
+2 -2
View File
@@ -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",
]
+1 -1
View File
@@ -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"
+2 -2
View File
@@ -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",
]