diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-07-06 10:18:19 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-07-06 10:18:19 +0200 |
| commit | a33d4e49e6a4bf30ffebdcdab3f59ef892dd81fb (patch) | |
| tree | c6f69fed404b04857d8068b454952570a431960b /mullvad_daemon | |
| parent | 0e52a9b1ae4890946e3d04b13a07bd6696be3efb (diff) | |
| parent | 7f261c09f6513a9725662226bad6bd993f705912 (diff) | |
| download | mullvadvpn-a33d4e49e6a4bf30ffebdcdab3f59ef892dd81fb.tar.xz mullvadvpn-a33d4e49e6a4bf30ffebdcdab3f59ef892dd81fb.zip | |
Merge branch 'dependency-cleanup'
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 2df00ca25e..417d831347 100644 --- a/mullvad_daemon/Cargo.toml +++ b/mullvad_daemon/Cargo.toml @@ -10,10 +10,10 @@ serde = "1.0" serde_derive = "1.0" log = "0.3" env_logger = "0.4" -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-pubsub = { git = "https://github.com/faern/jsonrpc", branch = "ws-close-handle" } -jsonrpc-ws-server = { 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" } +jsonrpc-pubsub = { git = "https://github.com/paritytech/jsonrpc" } +jsonrpc-ws-server = { git = "https://github.com/paritytech/jsonrpc" } uuid = { version = "0.5", features = ["v4"] } lazy_static = "0.2" |
