diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-11-06 10:11:09 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-11-06 10:11:09 +0100 |
| commit | f1bacb23334e696819c5cdceb97cd2b8c0d9468e (patch) | |
| tree | c135131e2a2b9a359055e11859facfa54d8ef91c | |
| parent | df2537faad95886dc6c07797a483522229a8375b (diff) | |
| download | mullvadvpn-f1bacb23334e696819c5cdceb97cd2b8c0d9468e.tar.xz mullvadvpn-f1bacb23334e696819c5cdceb97cd2b8c0d9468e.zip | |
Lock jsonrpc-client dependencies to commit hash
| -rw-r--r-- | mullvad-ipc-client/Cargo.toml | 4 | ||||
| -rw-r--r-- | mullvad-tests/Cargo.toml | 4 | ||||
| -rw-r--r-- | talpid-ipc/Cargo.toml | 4 | ||||
| -rw-r--r-- | talpid-openvpn-plugin/Cargo.toml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/mullvad-ipc-client/Cargo.toml b/mullvad-ipc-client/Cargo.toml index 5cd03fc403..05f39121e4 100644 --- a/mullvad-ipc-client/Cargo.toml +++ b/mullvad-ipc-client/Cargo.toml @@ -12,8 +12,8 @@ serde = "1.0" talpid-ipc = { path = "../talpid-ipc" } talpid-types = { path = "../talpid-types" } mullvad-paths = { path = "../mullvad-paths" } -jsonrpc-client-core = { git = "https://github.com/mullvad/jsonrpc-client-rs", branch = "master" } -jsonrpc-client-ipc = { git = "https://github.com/mullvad/jsonrpc-client-rs", branch = "master" } +jsonrpc-client-core = { git = "https://github.com/mullvad/jsonrpc-client-rs", rev = "e9dbdc80" } +jsonrpc-client-ipc = { git = "https://github.com/mullvad/jsonrpc-client-rs", rev = "e9dbdc80" } tokio = "0.1" tokio-timer = "0.1" futures = "0.1" diff --git a/mullvad-tests/Cargo.toml b/mullvad-tests/Cargo.toml index eb1e67553b..95aa6bb56f 100644 --- a/mullvad-tests/Cargo.toml +++ b/mullvad-tests/Cargo.toml @@ -17,8 +17,8 @@ openvpn-plugin = { git = "https://github.com/mullvad/openvpn-plugin-rs", branch talpid-ipc = { path = "../talpid-ipc" } talpid-types = { path = "../talpid-types" } tempfile = "3.0" -jsonrpc-client-core = { git = "https://github.com/mullvad/jsonrpc-client-rs", branch = "master" } -jsonrpc-client-ipc = { git = "https://github.com/mullvad/jsonrpc-client-rs", branch = "master" } +jsonrpc-client-core = { git = "https://github.com/mullvad/jsonrpc-client-rs", rev = "e9dbdc80" } +jsonrpc-client-ipc = { git = "https://github.com/mullvad/jsonrpc-client-rs", rev = "e9dbdc80" } tokio = "0.1" futures = "0.1.23" diff --git a/talpid-ipc/Cargo.toml b/talpid-ipc/Cargo.toml index 56844d8c6f..5800eb2a68 100644 --- a/talpid-ipc/Cargo.toml +++ b/talpid-ipc/Cargo.toml @@ -16,8 +16,8 @@ jsonrpc-ipc-server = { git = "https://github.com/mullvad/jsonrpc", branch = "mak tokio = "0.1" futures = "0.1" -jsonrpc-client-core = { git = "https://github.com/mullvad/jsonrpc-client-rs" } -jsonrpc-client-ipc = { git = "https://github.com/mullvad/jsonrpc-client-rs" } +jsonrpc-client-core = { git = "https://github.com/mullvad/jsonrpc-client-rs", rev = "e9dbdc80" } +jsonrpc-client-ipc = { git = "https://github.com/mullvad/jsonrpc-client-rs", rev = "e9dbdc80" } [dev-dependencies] assert_matches = "1.0" diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml index ab2b75698e..c914372af1 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -19,8 +19,8 @@ crate-type = ["cdylib"] error-chain = "0.12" log = "0.4" env_logger = "0.5" -jsonrpc-client-core = { git = "https://github.com/mullvad/jsonrpc-client-rs" } -jsonrpc-client-ipc = { git = "https://github.com/mullvad/jsonrpc-client-rs" } +jsonrpc-client-core = { git = "https://github.com/mullvad/jsonrpc-client-rs", rev = "e9dbdc80" } +jsonrpc-client-ipc = { git = "https://github.com/mullvad/jsonrpc-client-rs", rev = "e9dbdc80" } tokio-reactor = "0.1" tokio = "0.1" futures = "0.1" |
