diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-04-08 17:52:19 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-04-08 17:52:19 +0200 |
| commit | 44be4c480845ecb43607dbcdc0e5c497b7eab98a (patch) | |
| tree | 5cf8ee0e69520f92d0b5180c791fa451b1773548 /Cargo.lock | |
| parent | 471a3fe5a74c9924b66994175919ff7472e7fdcb (diff) | |
| download | mullvadvpn-44be4c480845ecb43607dbcdc0e5c497b7eab98a.tar.xz mullvadvpn-44be4c480845ecb43607dbcdc0e5c497b7eab98a.zip | |
Remove error-chain from mullvad-ipc-client
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index bd4e137f95..9ed21eee69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1122,7 +1122,7 @@ dependencies = [ name = "mullvad-ipc-client" version = "0.1.0" dependencies = [ - "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "err-derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-client-core 0.5.0 (git+https://github.com/mullvad/jsonrpc-client-rs?rev=68aac55b)", "jsonrpc-client-ipc 0.5.0 (git+https://github.com/mullvad/jsonrpc-client-rs?rev=68aac55b)", |
