deps: update to crossbeam-channel 0.4

Closes #1427
This commit is contained in:
Andrew Gallant
2020-01-09 21:10:14 -05:00
parent 2e1815606e
commit 837fb5e21f
2 changed files with 14 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ name = "ignore"
bench = false
[dependencies]
crossbeam-channel = "0.3.6"
crossbeam-channel = "0.4.0"
globset = { version = "0.4.3", path = "../globset" }
lazy_static = "1.1"
log = "0.4.5"