summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-08-30 05:01:12 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-08-30 05:01:12 +0200
commit564ff48c50e1d1c8a6f8b10036a04590ace54659 (patch)
tree204b55b7ffa3a2387ff86111f788fe4fa642125a /talpid-core
parentdc62faeb64edc7861e5448dc328740bd3e57af70 (diff)
parent0e1b3bfad6622b18e9c4760017461a2851be0796 (diff)
downloadmullvadvpn-564ff48c50e1d1c8a6f8b10036a04590ace54659.tar.xz
mullvadvpn-564ff48c50e1d1c8a6f8b10036a04590ace54659.zip
Merge branch 'lock-jsonrpc-to-tag'
Diffstat (limited to 'talpid-core')
-rw-r--r--talpid-core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 72c94c0a3e..0d987cca90 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -7,8 +7,8 @@ description = "Core backend functionality of the Mullvad VPN client"
[dependencies]
duct = "0.9.1"
error-chain = "0.10"
-jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc" }
-jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc" }
+jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" }
+jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" }
lazy_static = "0.2"
log = "0.3"
mktemp = "0.3"