diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-09-06 15:36:42 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-09-06 15:36:42 +0200 |
| commit | 15cd3efc61b9ce653360fb14e367b136097c3641 (patch) | |
| tree | 2fc93f0cc883d9df6f6c4df172187ebde2e2ddf9 /talpid-core | |
| parent | c1db503dc44086ba2e14718961e12ee7d192ea11 (diff) | |
| parent | bd85e26641e96dcdffd7288da97ca16e70d775f8 (diff) | |
| download | mullvadvpn-15cd3efc61b9ce653360fb14e367b136097c3641.tar.xz mullvadvpn-15cd3efc61b9ce653360fb14e367b136097c3641.zip | |
Merge branch 'upgrade-error-chain'
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" |
