diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml index bbc96ee5..14a07a90 100644 --- a/ignore/Cargo.toml +++ b/ignore/Cargo.toml @@ -18,7 +18,7 @@ name = "ignore" bench = false [dependencies] -crossbeam = "0.2" +crossbeam = "0.3" globset = { version = "0.2.1", path = "../globset" } lazy_static = "0.2" log = "0.3"