From 4be0cdeb5f6ab67cdbae43686fb9bcce14464acb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 04:17:29 +0000 Subject: [PATCH] Bump log from 0.4.8 to 0.4.11 Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.11. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.11) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e969ee..e50befa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1120,9 +1120,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.8" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" +checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" dependencies = [ "cfg-if", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2213713..531a772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ bytes = "0.5.4" futures = "0.3.5" git2 = "0.13.5" lazy_static = "1.4.0" -log = "0.4.8" +log = "0.4.11" log4rs = "0.12.0" number_prefix = "0.4.0" openssl-probe = "0.1.2"