diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-10-05 12:48:20 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-10-05 12:48:20 +0200 |
| commit | 4903ac1e039860cb3a73df1b0a94fe39f1bdbcd0 (patch) | |
| tree | 8446773e474c56a579af2844307468e57569437c | |
| parent | 76f09bb917eee616f55de849f94d975120b3eb05 (diff) | |
| parent | 739362b8898f3c84b2cb63b78d2dfb4e74b173a8 (diff) | |
| download | mullvadvpn-2017.1-beta3.tar.xz mullvadvpn-2017.1-beta3.zip | |
Merge branch 'upgrade-jsonrpc-client-http'2017.1-beta3
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 69675812ef..318f0f3f86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "jsonrpc-client-http" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -657,7 +657,7 @@ dependencies = [ "fern 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.15 (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.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)", "jsonrpc-core 7.1.1 (git+https://github.com/paritytech/jsonrpc?tag=v7.1.1)", "jsonrpc-macros 7.1.1 (git+https://github.com/paritytech/jsonrpc?tag=v7.1.1)", "jsonrpc-pubsub 7.1.1 (git+https://github.com/paritytech/jsonrpc?tag=v7.1.1)", @@ -1547,7 +1547,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum ipnetwork 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)" = "232e76922883005380e831068f731ef0305541c9f77b30df3a1635047b16f370" "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c" "checksum jsonrpc-client-core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1abbdedae1ea039d0cd969753f25affc6f6efa94a073731595b8540649d2a587" -"checksum jsonrpc-client-http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "670cfa7e709954c403b16ba38672eb34b77e1969c250fae3dfd45bd9353deaf9" +"checksum jsonrpc-client-http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8188b0af71083e45b13f2bc45e9bf597e941e9990324463c87d5862bc96d30cc" "checksum jsonrpc-core 7.1.1 (git+https://github.com/paritytech/jsonrpc?tag=v7.1.1)" = "<none>" "checksum jsonrpc-core 7.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1acd0f9934da94466d2370f36832b9b19271b4abdfdb5e69f0bcd991ebcd515" "checksum jsonrpc-macros 7.1.1 (git+https://github.com/paritytech/jsonrpc?tag=v7.1.1)" = "<none>" |
