summaryrefslogtreecommitdiffstats
path: root/ignore/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-01-09 21:10:14 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-01-10 15:07:47 -0500
commit837fb5e21f0d0c755fbade11870472d2cc917cff (patch)
treeafdc40946e0bffe54d041602bc2e76f9d4d79285 /ignore/Cargo.toml
parent2e1815606edc18d2342eaf8f5b54389d07b56f9e (diff)
deps: update to crossbeam-channel 0.4
Closes #1427
Diffstat (limited to 'ignore/Cargo.toml')
-rw-r--r--ignore/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"