summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-25 10:01:07 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-25 10:01:36 -0400
commit9574d89634031259802dd68ebaf0c69efc68b171 (patch)
tree86ff735d4f8407a7a14c1ee1ac6eca743f1808ef /Cargo.toml
parent5c5c538601b2dd4d95eab22fd216a3157049c966 (diff)
deps: use crossbeam-channel instead of chan
This also drops an ancient rand 0.3 dependency.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 45a79f6..e48e11b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ opt-level = 3
[dependencies]
byteorder = "1"
-chan = "0.1"
+crossbeam-channel = "0.2.4"
csv = "1"
csv-index = "0.1.5"
docopt = "1"