diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-04-12 09:41:10 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-04-12 09:41:10 +0200 |
| commit | 03318726203dbc7b0b049185c384b6dff3f424dc (patch) | |
| tree | f8d2e12dd8d39fe9935974ec58bd48ec3f4f50f8 /talpid_cli | |
| parent | 9523415cb90869c507d2d8d32448575329c5611a (diff) | |
| parent | f6c89834d5567cb12487945db137241960059de6 (diff) | |
| download | mullvadvpn-03318726203dbc7b0b049185c384b6dff3f424dc.tar.xz mullvadvpn-03318726203dbc7b0b049185c384b6dff3f424dc.zip | |
Merge branch 'update-dependencies'
Diffstat (limited to 'talpid_cli')
| -rw-r--r-- | talpid_cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid_cli/Cargo.toml b/talpid_cli/Cargo.toml index e6e0cefd55..8a3f013737 100644 --- a/talpid_cli/Cargo.toml +++ b/talpid_cli/Cargo.toml @@ -6,7 +6,7 @@ description = "Run Talpid easily from the command line" [dependencies] clap = "2.20" -error-chain = "0.8" +error-chain = "0.10" log = "0.3" env_logger = "0.4" |
