diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-01-11 10:51:51 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-01-15 16:21:31 +0100 |
| commit | 9adc4f573c02b26ed8bdb82233d8300b2597d4fd (patch) | |
| tree | 648d86c7946328d34599886f7a3b90d5e25fe99e | |
| parent | 147967c1c062489807308f10678d98f412429816 (diff) | |
| download | mullvadvpn-9adc4f573c02b26ed8bdb82233d8300b2597d4fd.tar.xz mullvadvpn-9adc4f573c02b26ed8bdb82233d8300b2597d4fd.zip | |
Update Cargo.lock
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 75f7e38624..bedbdb76f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -701,12 +701,12 @@ dependencies = [ "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "simple-signal 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "talpid-core 0.1.0", "talpid-ipc 0.1.0", "talpid-types 0.1.0", + "tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -716,10 +716,17 @@ name = "mullvad-rpc" version = "0.1.0" dependencies = [ "chrono 0.4.0 (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)", + "hyper 0.11.12 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-client-core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-client-http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "mullvad-types 0.1.0", + "native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] |
