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 /talpid_ipc | |
| parent | 0e52a9b1ae4890946e3d04b13a07bd6696be3efb (diff) | |
| parent | 7f261c09f6513a9725662226bad6bd993f705912 (diff) | |
| download | mullvadvpn-a33d4e49e6a4bf30ffebdcdab3f59ef892dd81fb.tar.xz mullvadvpn-a33d4e49e6a4bf30ffebdcdab3f59ef892dd81fb.zip | |
Merge branch 'dependency-cleanup'
Diffstat (limited to 'talpid_ipc')
| -rw-r--r-- | talpid_ipc/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/talpid_ipc/Cargo.toml b/talpid_ipc/Cargo.toml index 630cb1ced1..5d2a99233d 100644 --- a/talpid_ipc/Cargo.toml +++ b/talpid_ipc/Cargo.toml @@ -9,12 +9,12 @@ error-chain = "0.10" serde = "1.0" serde_json = "1.0" log = "0.3" -jsonrpc-core = { 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-ws-server = { git = "https://github.com/paritytech/jsonrpc" } ws = { git = "https://github.com/tomusdrw/ws-rs" } url = "1.4" [dev-dependencies] assert_matches = "1.0" env_logger = "0.4" -jsonrpc-macros = { git = "https://github.com/faern/jsonrpc", branch = "ws-close-handle" } +jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc" } |
