From 48d27d68be563ab5d4003ddd20b068127b53dafa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 12:11:47 +0000 Subject: [PATCH] fix(deps): update rust crate env_logger to 0.9.1 (#811) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b529d7a..a06d4f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -524,9 +524,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" +checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272" dependencies = [ "atty", "humantime", diff --git a/Cargo.toml b/Cargo.toml index 89b125c..1044787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ zip = "0.6.2" tempfile = "3.3.0" indoc = "1.0.7" log = "0.4.17" -env_logger = "0.9.0" +env_logger = "0.9.1" atty = "0.2.14" encoding_rs_io = "0.1.7" reqwest = { version = "0.11.11", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }