diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-04-16 13:22:49 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-04-17 07:56:25 -0300 |
| commit | 4df4c6c48950f6a5652ea0a4e0cd7da33d2aa554 (patch) | |
| tree | 1e61a84e0fcc12b5b86e72332c479e6e8f340433 /Cargo.lock | |
| parent | 41a5db158de9ade895f85dd252e8cbba37080e30 (diff) | |
| download | mullvadvpn-4df4c6c48950f6a5652ea0a4e0cd7da33d2aa554.tar.xz mullvadvpn-4df4c6c48950f6a5652ea0a4e0cd7da33d2aa554.zip | |
Configure SNI domain for TLS handshake with master
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 55b4f9fe29..bf3c9f6102 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,6 +756,8 @@ dependencies = [ "serde_json 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] |
