From: Malo Jaffré Date: Wed, 3 Jan 2018 20:16:16 +0000 (+0100) Subject: Try to fix a perf regression by updating log X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5731a732b8024186910b907ed2ac0818f832eb41;p=cargo.git Try to fix a perf regression by updating log Upgrade `log` to `0.4` in `cargo` and `cargotest`. --- diff --git a/Cargo.toml b/Cargo.toml index 9152b754d..ebccda782 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ ignore = "0.3" jobserver = "0.1.6" libc = "0.2" libgit2-sys = "0.6" -log = "0.3" +log = "0.4" num_cpus = "1.0" same-file = "1" scoped-tls = "0.1" diff --git a/tests/cargotest/Cargo.toml b/tests/cargotest/Cargo.toml index a059324cf..5f1b6a498 100644 --- a/tests/cargotest/Cargo.toml +++ b/tests/cargotest/Cargo.toml @@ -13,7 +13,7 @@ flate2 = "1.0" git2 = { version = "0.6", default-features = false } hamcrest = "=0.1.1" hex = "0.2" -log = "0.3" +log = "0.4" serde_json = "1.0" tar = { version = "0.4", default-features = false } url = "1.1"