summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-03-06 11:37:32 +0100
committerLinus Färnstrand <linus@mullvad.net>2018-03-06 19:13:50 +0100
commit2ae706231d6fc09f61d2eda5fc15c5b6596dde3c (patch)
tree7654effac298f9d83ed42bd2498cc7dd1417f861 /talpid-core
parentc3e442622c17e642d8cb1c9ba6f3b604ce5120c0 (diff)
downloadmullvadvpn-2ae706231d6fc09f61d2eda5fc15c5b6596dde3c.tar.xz
mullvadvpn-2ae706231d6fc09f61d2eda5fc15c5b6596dde3c.zip
Upgrade jsonrpc-* crates
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 7f60c440bb..9f2dc1db32 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.1" }
-jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" }
+jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v8.0.1" }
+jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v8.0.1" }
lazy_static = "1.0"
log = "0.4"
uuid = { version = "0.5", features = ["v4"] }