From 45d0b45876186c417fbdcaacdf9d04ed8fa52b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 14:35:49 +0000 Subject: [PATCH] Bump log from 0.4.15 to 0.4.16 Bumps [log](https://github.com/rust-lang/log) from 0.4.15 to 0.4.16. - [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/commits) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74d8388c..e5b4b526 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1885,9 +1885,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.15" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c4dcd960cc540667f619483fc99102f88d6118b87730e24e8fbe8054b7445e4" +checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" dependencies = [ "cfg-if", "value-bag", diff --git a/Cargo.toml b/Cargo.toml index 3ff5a70e..c0b09de7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ include = [ env_logger = "0.9.0" anyhow = "1.0.56" clap = { version = "3.1.6", features = ["derive", "env"] } -log = "0.4.15" +log = "0.4.16" heck = "0.4.0" zip = { version = "0.6.0", default-features = false } parity-wasm = "0.42.2" -- GitLab