diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-03-01 14:40:50 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-03-02 20:47:08 +0100 |
| commit | e531c9a35fc17cd6b7eaa579f253fbdb6a6b5b60 (patch) | |
| tree | 26bc72cd22962e79e35b7a2d3fa5c18f8f4c3255 /talpid-core | |
| parent | 6bd3431558524d7c56d1722e943a7f2ceb3afae2 (diff) | |
| download | mullvadvpn-e531c9a35fc17cd6b7eaa579f253fbdb6a6b5b60.tar.xz mullvadvpn-e531c9a35fc17cd6b7eaa579f253fbdb6a6b5b60.zip | |
Upgrade log crate to 0.4
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 e51a16c390..7f60c440bb 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -11,7 +11,7 @@ error-chain = "0.11" jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" } jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.1" } lazy_static = "1.0" -log = "0.3" +log = "0.4" uuid = { version = "0.5", features = ["v4"] } shell-escape = "0.1" |
