summaryrefslogtreecommitdiffhomepage
path: root/talpid_core
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-07-05 17:41:21 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-07-05 17:41:21 +0200
commit2c59ffec99458f16c93aa2621670e802804e2f59 (patch)
tree159d5e412652fe7d279aed2233e4199a61ed9df7 /talpid_core
parent0e52a9b1ae4890946e3d04b13a07bd6696be3efb (diff)
downloadmullvadvpn-2c59ffec99458f16c93aa2621670e802804e2f59.tar.xz
mullvadvpn-2c59ffec99458f16c93aa2621670e802804e2f59.zip
Change jsonrpc-* crates to upstream git
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 4538630f39..4b22bf38bf 100644
--- a/talpid_core/Cargo.toml
+++ b/talpid_core/Cargo.toml
@@ -10,8 +10,8 @@ error-chain = "0.10"
log = "0.3"
lazy_static = "0.2"
mktemp = "0.3"
-jsonrpc-core = { git = "https://github.com/faern/jsonrpc", branch = "ws-close-handle" }
-jsonrpc-macros = { git = "https://github.com/faern/jsonrpc", branch = "ws-close-handle" }
+jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc" }
+jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc" }
[target.'cfg(unix)'.dependencies]
libc = "0.2.20"