summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 08:51:08 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 08:51:08 -0500
commite95254a86f484eec663be4714924d91d3cf39cb8 (patch)
tree2858bec3b04f3bedbe0387ba2d4759b4ea5e43b1 /Cargo.lock
parent2f484d8ce51618e7a8bdbca24190640d9aba1be3 (diff)
deps: remove ignore's dependency on crossbeam-utils
Scoped threads are now part of std.
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 742451ca..1b7828a0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -251,7 +251,6 @@ name = "ignore"
version = "0.4.18"
dependencies = [
"crossbeam-channel",
- "crossbeam-utils",
"globset",
"lazy_static",
"log",