diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-09-12 10:53:47 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-09-12 10:53:47 +0200 |
| commit | 2bc13231538133ad452b1b72ac4bbfe67235df02 (patch) | |
| tree | df85d3a7760214d16e4a40c286a2b579d4b76dee /talpid-core | |
| parent | bf85a72a067389abfee4498a07b3a2d0fa8443eb (diff) | |
| parent | 242d2c685a081e52ab3536be54554d3bb95449d5 (diff) | |
| download | mullvadvpn-2bc13231538133ad452b1b72ac4bbfe67235df02.tar.xz mullvadvpn-2bc13231538133ad452b1b72ac4bbfe67235df02.zip | |
Merge branch 'more-detailed-rpc-errors'
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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"] } |
