aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-19 23:45:06 +0000
committerJake McGinty <me@jake.su>2018-02-19 23:45:06 +0000
commitbdec93b87b62de42db0248aacef29beeac6fadc8 (patch)
treec2829a00ae334025f4408eacdcbda69b97245589 /Cargo.lock
parentfinish per-peer egress queues + method refactor (diff)
downloadwireguard-rs-bdec93b87b62de42db0248aacef29beeac6fadc8.tar.xz
wireguard-rs-bdec93b87b62de42db0248aacef29beeac6fadc8.zip
separate binary and library dependencies
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c92b1a..0350e1e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1224,7 +1224,7 @@ dependencies = [
"nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pnet 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"snow 0.1.8-preview (git+https://github.com/mcginty/snow?branch=wireguard)",
"socket2 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",