From 837fb5e21f0d0c755fbade11870472d2cc917cff Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 9 Jan 2020 21:10:14 -0500 Subject: deps: update to crossbeam-channel 0.4 Closes #1427 --- ignore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ignore/Cargo.toml') diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml index 121f8489..f17fc666 100644 --- a/ignore/Cargo.toml +++ b/ignore/Cargo.toml @@ -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" -- cgit v1.2.3