summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-03-25 14:10:51 +0100
committermo8it <mo8it@proton.me>2024-03-25 14:10:51 +0100
commitdca3ea355ea1809318ea545f23f396405d86aa0a (patch)
treef4abfa4993f1cf96297d8b390f327a70025ce7a1 /Cargo.lock
parent9c6f56b836e91da9071830d4dd4a64417fdced9d (diff)
Remove the home dependency since it is not used
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 0 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3950c47..9d8606a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -256,15 +256,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
-name = "home"
-version = "0.5.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
-dependencies = [
- "windows-sys 0.52.0",
-]
-
-[[package]]
name = "indexmap"
version = "2.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -529,7 +520,6 @@ dependencies = [
"clap",
"console",
"glob",
- "home",
"indicatif",
"notify-debouncer-mini",
"predicates",