aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-06-24 00:37:46 +0800
committerJake McGinty <me@jake.su>2018-06-24 00:37:46 +0800
commita2caa612a3c983da76cd6ef080c7c13c9724ff82 (patch)
treee137b96db26f24694d1130268158e2b01586be28 /Cargo.toml
parentclean stuff up a bit (diff)
downloadwireguard-rs-jm/multithread-crossbeam.tar.xz
wireguard-rs-jm/multithread-crossbeam.zip
update dependencies and strategyjm/multithread-crossbeam
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 75de0a9..71f86e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ byteorder = "^1.2"
bytes = "0.4"
chacha20-poly1305-aead = "^0.1"
crossbeam = "^0.3"
-crossbeam-channel = "^0.1"
+crossbeam-channel = "^0.2"
derive_deref = "^1.0"
failure = "^0.1"
futures = "^0.1"