From 0b4221d7f3179f88eecb6cffe13b908953b7b738 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 11:17:09 +0000 Subject: [PATCH] Bump stderrlog from 0.5.0 to 0.5.1 Bumps [stderrlog](https://github.com/cardoe/stderrlog-rs) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/cardoe/stderrlog-rs/releases) - [Changelog](https://github.com/cardoe/stderrlog-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/cardoe/stderrlog-rs/compare/v0.5.0...v0.5.1) 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 a364ae27..1a7e0bb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,9 +512,9 @@ dependencies = [ [[package]] name = "stderrlog" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b02f316286ae558d83acc93dd81eaba096e746987a7961d4a9ae026842bae67f" +checksum = "45a53e2eff3e94a019afa6265e8ee04cb05b9d33fe9f5078b14e4e391d155a38" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bf8ea479..48c39923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rgb = "0.8.25" indexmap = "1.6.1" libdeflater = { version = "0.7.1", optional = true } log = "0.4.11" -stderrlog = { version = "0.5.0", optional = true } +stderrlog = { version = "0.5.1", optional = true } crossbeam-channel = "0.5.0" [dependencies.rayon]