diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-05-22 12:40:17 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-05-23 08:53:41 +0200 |
| commit | 0175fb089f8fea8283c9c8577a705fe052983672 (patch) | |
| tree | df2e5e52db16ad59396838f1ac1d22e1d15bbb89 | |
| parent | 5aec5083c43131affe4db4b8e305164507b80e0b (diff) | |
| download | mullvadvpn-0175fb089f8fea8283c9c8577a705fe052983672.tar.xz mullvadvpn-0175fb089f8fea8283c9c8577a705fe052983672.zip | |
Update Cargo.lock
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index e6c6467ec7..2715f496a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,12 +607,15 @@ name = "talpid_ipc" version = "0.1.0" dependencies = [ "assert_matches 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 7.0.0 (git+https://github.com/faern/jsonrpc?branch=bind-zero)", "jsonrpc-ws-server 7.0.0 (git+https://github.com/faern/jsonrpc?branch=bind-zero)", "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ws 0.7.1 (git+https://github.com/faern/ws-rs?branch=arbitrary-handshake-responses)", "zmq 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] |
