From f25475f46652f7d8eff6926434aa946863619a93 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 06:04:32 +0000 Subject: [PATCH] Bump log from 0.4.8 to 0.4.13 Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.13. - [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.13) 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 f3527f7..cbfe562 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,9 +645,9 @@ checksum = "3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f" [[package]] name = "log" -version = "0.4.8" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" +checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2" dependencies = [ "cfg-if", ] diff --git a/Cargo.toml b/Cargo.toml index f123abf..fb0cc57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tantivy = "0.11.3" anyhow = "1.0.26" structopt = "0.3.9" clap-verbosity-flag = "0.3.1" -log = "0.4.8" +log = "0.4.13" simple_logger = "1.5.0" threadpool = "1.7.1" partial_application = "0.2.0"