From f1476958a4d1437ecfaaebccad8ec37a352f607e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 13:06:01 +0000 Subject: [PATCH] Bump log from 0.4.14 to 0.4.15 Bumps [log](https://github.com/rust-lang/log) from 0.4.14 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.14...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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2f1ba86..74d8388c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1885,9 +1885,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "1c4dcd960cc540667f619483fc99102f88d6118b87730e24e8fbe8054b7445e4" dependencies = [ "cfg-if", "value-bag", diff --git a/Cargo.toml b/Cargo.toml index 90ee3153..3ff5a70e 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.14" +log = "0.4.15" heck = "0.4.0" zip = { version = "0.6.0", default-features = false } parity-wasm = "0.42.2" -- GitLab