summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-27 04:32:06 +0200
committermo8it <mo8it@proton.me>2024-04-27 04:32:06 +0200
commit12504b01e910cd9066a9d8a6c41896470033b0c2 (patch)
tree064548f1300d59ff5e3a7465be6a3ec092c9e8d9 /Cargo.lock
parentc3a92b1248201e4d09b21ba2ff0791b1375f83f0 (diff)
Disable unneeded features in deps
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0a35aa2..6a47c31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -474,7 +474,6 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
dependencies = [
- "crossbeam-channel",
"log",
"notify",
]