summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-09-08 09:39:11 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-09-11 16:56:05 +0200
commit878c26aea772612adf90bcced076e036cc432c28 (patch)
tree5ad0bba9ecf1ebee6889f7fbc61191c9da57d31e
parentbf85a72a067389abfee4498a07b3a2d0fa8443eb (diff)
downloadmullvadvpn-878c26aea772612adf90bcced076e036cc432c28.tar.xz
mullvadvpn-878c26aea772612adf90bcced076e036cc432c28.zip
Upgrade jsonrpc deps to 7.1.1
-rw-r--r--mullvad-daemon/Cargo.toml12
-rw-r--r--talpid-core/Cargo.toml4
-rw-r--r--talpid-ipc/Cargo.toml6
3 files changed, 11 insertions, 11 deletions
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index 09811fddc2..786baac7a3 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -19,12 +19,12 @@ futures = "0.1"
serde = "1.0"
serde_derive = "1.0"
log = "0.3"
-jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" }
-jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" }
-jsonrpc-pubsub = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" }
-jsonrpc-ws-server = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" }
-jsonrpc-client-core = "0.2"
-jsonrpc-client-http = "0.2"
+jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" }
+jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" }
+jsonrpc-pubsub = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" }
+jsonrpc-ws-server = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" }
+jsonrpc-client-core = "0.2.1"
+jsonrpc-client-http = "0.2.1"
uuid = { version = "0.5", features = ["v4"] }
lazy_static = "0.2"
toml = "0.4"
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 3f5636c7d7..9b9cada258 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -8,8 +8,8 @@ license = "GPL-3.0"
[dependencies]
duct = "0.9.1"
error-chain = "0.11"
-jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" }
-jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" }
+jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" }
+jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" }
lazy_static = "0.2"
log = "0.3"
uuid = { version = "0.5", features = ["v4"] }
diff --git a/talpid-ipc/Cargo.toml b/talpid-ipc/Cargo.toml
index a8428a68d3..243c87b968 100644
--- a/talpid-ipc/Cargo.toml
+++ b/talpid-ipc/Cargo.toml
@@ -10,12 +10,12 @@ error-chain = "0.11"
serde = "1.0"
serde_json = "1.0"
log = "0.3"
-jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" }
-jsonrpc-ws-server = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" }
+jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" }
+jsonrpc-ws-server = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" }
ws = { git = "https://github.com/tomusdrw/ws-rs" }
url = "1.4"
[dev-dependencies]
assert_matches = "1.0"
env_logger = "0.4"
-jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" }
+jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" }