diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-09-06 09:59:17 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-09-06 09:59:17 +0200 |
| commit | 2c8ad6df5c5c6a43194dbff4fd5cb304680f382a (patch) | |
| tree | eb5ca13a7155ea58c31ac81792c55a1f25b9adde /talpid-core | |
| parent | c1db503dc44086ba2e14718961e12ee7d192ea11 (diff) | |
| download | mullvadvpn-2c8ad6df5c5c6a43194dbff4fd5cb304680f382a.tar.xz mullvadvpn-2c8ad6df5c5c6a43194dbff4fd5cb304680f382a.zip | |
Update error-chain to 0.11
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 0d987cca90..5dcb634b0d 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -6,7 +6,7 @@ description = "Core backend functionality of the Mullvad VPN client" [dependencies] duct = "0.9.1" -error-chain = "0.10" +error-chain = "0.11" jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" } jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" } lazy_static = "0.2" |
