aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-03-01 20:56:05 +0000
committerJake McGinty <me@jake.su>2018-03-04 01:23:31 +0000
commita99105ffc21caf8ea5fc6c662efe5cc27a76ae7f (patch)
tree2173517522a2d5bbec8e4d347b3586d42ba6fb8c /Cargo.lock
parentglobal: clean up logging, stop using env_logger (diff)
downloadwireguard-rs-a99105ffc21caf8ea5fc6c662efe5cc27a76ae7f.tar.xz
wireguard-rs-a99105ffc21caf8ea5fc6c662efe5cc27a76ae7f.zip
udp: switch to own tokio UdpSocket implementation for performance reasons
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 08f9950..99ec977 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1300,6 +1300,7 @@ dependencies = [
"hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
"nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"notify 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"pnet_packet 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",