diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-11-27 16:00:50 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-12-04 10:26:49 +0100 |
| commit | 3951c0be4dfdbb0240bd2f39716010ad3257512e (patch) | |
| tree | 3a58c006e6d01f4a3f2457ec0c1138a025767799 /Cargo.lock | |
| parent | 08530bb297f5f1faff0ca5f6b68d33af03b217ea (diff) | |
| download | mullvadvpn-3951c0be4dfdbb0240bd2f39716010ad3257512e.tar.xz mullvadvpn-3951c0be4dfdbb0240bd2f39716010ad3257512e.zip | |
Remove DNS proxy code from macOS impl
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock index bb9982afc7..933db585cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,18 +1142,6 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "socket-relay" -version = "0.1.0" -dependencies = [ - "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] name = "stable_deref_trait" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
