diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-04-19 14:36:56 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-04-23 06:48:46 -0300 |
| commit | 9774b7ec97740ce5441f510903d8984fe1fd6318 (patch) | |
| tree | 97b78c62258c58251610b20f21d8984dc00d0493 | |
| parent | 858d9e06102af8017e11c175a7286786bbf0d682 (diff) | |
| download | mullvadvpn-9774b7ec97740ce5441f510903d8984fe1fd6318.tar.xz mullvadvpn-9774b7ec97740ce5441f510903d8984fe1fd6318.zip | |
Use latest jsonrpc-client-http version
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index b096d0c5b0..b9a35b29cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,7 +451,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jsonrpc-client-core" version = "0.3.0" -source = "git+https://github.com/mullvad/jsonrpc-client-rs#853f03cfeaf45af070c5e5ea608479094cfce79c" +source = "git+https://github.com/mullvad/jsonrpc-client-rs#99edc032afe46f5d3c8cc878220da8e149d7cb25" dependencies = [ "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -464,15 +464,13 @@ dependencies = [ [[package]] name = "jsonrpc-client-http" version = "0.3.0" -source = "git+https://github.com/mullvad/jsonrpc-client-rs#853f03cfeaf45af070c5e5ea608479094cfce79c" +source = "git+https://github.com/mullvad/jsonrpc-client-rs#99edc032afe46f5d3c8cc878220da8e149d7cb25" dependencies = [ "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.11.21 (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.3.0 (git+https://github.com/mullvad/jsonrpc-client-rs)", "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] |
