From c597b619aa3de775d80d9dd6b23c34239bb6998d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 12:38:22 +0000 Subject: [PATCH] Bump log from 0.4.11 to 0.4.15 Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.15. - [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.11...0.4.15) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26260f3388365..86c04e906e296 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3435,11 +3435,11 @@ dependencies = [ [[package]] name = "log" -version = "0.4.11" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" +checksum = "1c4dcd960cc540667f619483fc99102f88d6118b87730e24e8fbe8054b7445e4" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", ] [[package]]