aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fcb165e..827a9aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -521,6 +521,7 @@ dependencies = [
"ahash",
"anyhow",
"clap",
+ "dirs",
"fastembed",
"image",
"indicatif",
@@ -533,7 +534,6 @@ dependencies = [
"sha2",
"sled",
"typed-sled",
- "xdg",
]
[[package]]
@@ -2712,12 +2712,6 @@ dependencies = [
]
[[package]]
-name = "xdg"
-version = "2.5.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
-
-[[package]]
name = "yoke"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"