diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-08-30 05:01:12 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-08-30 05:01:12 +0200 |
| commit | 564ff48c50e1d1c8a6f8b10036a04590ace54659 (patch) | |
| tree | 204b55b7ffa3a2387ff86111f788fe4fa642125a /mullvad-daemon | |
| parent | dc62faeb64edc7861e5448dc328740bd3e57af70 (diff) | |
| parent | 0e1b3bfad6622b18e9c4760017461a2851be0796 (diff) | |
| download | mullvadvpn-564ff48c50e1d1c8a6f8b10036a04590ace54659.tar.xz mullvadvpn-564ff48c50e1d1c8a6f8b10036a04590ace54659.zip | |
Merge branch 'lock-jsonrpc-to-tag'
Diffstat (limited to 'mullvad-daemon')
| -rw-r--r-- | mullvad-daemon/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml index a7a20af859..2c132d6c20 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -18,10 +18,10 @@ futures = "0.1" serde = "1.0" serde_derive = "1.0" log = "0.3" -jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc" } -jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc" } -jsonrpc-pubsub = { git = "https://github.com/paritytech/jsonrpc" } -jsonrpc-ws-server = { 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" } +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 = { git = "https://github.com/mullvad/jsonrpc-client-rs", branch = "rewrite-to-async" } jsonrpc-client-http = { git = "https://github.com/mullvad/jsonrpc-client-rs", branch = "rewrite-to-async" } uuid = { version = "0.5", features = ["v4"] } |
