deps: remove ignore's dependency on crossbeam-utils

Scoped threads are now part of std.
This commit is contained in:
Andrew Gallant
2023-01-05 08:51:08 -05:00
parent 2f484d8ce5
commit e95254a86f
3 changed files with 3 additions and 6 deletions

1
Cargo.lock generated
View File

@@ -251,7 +251,6 @@ name = "ignore"
version = "0.4.18"
dependencies = [
"crossbeam-channel",
"crossbeam-utils",
"globset",
"lazy_static",
"log",