From f31c5b334ef12ef8e2d59b15f6887db91fd1896d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 15:07:01 +0000 Subject: [PATCH] build(deps): bump log from 0.4.14 to 0.4.17 (#4530) Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.17. - [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.17) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88bb6768..313d2c75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2437,9 +2437,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.14" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ "cfg-if 1.0.0", ] diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index c1b940fa..9ce4b778 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -98,7 +98,7 @@ sentry = { version = "0.26.0", default-features = false, features = ["backtrace" # # zebrad uses tracing for logging, # we only use `log` to set and print the static log levels in transitive dependencies -log = "0.4.14" +log = "0.4.17" # test feature proptest-impl proptest = { version = "0.10.1", optional = true }