From a263d11674e89cd91f3323e44caac7bf54563659 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:03:27 +0200 Subject: [PATCH] fix(deps): update rust crate env_logger to 0.9.3 (#855) 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 cc5ab54..66d5755 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -586,9 +586,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.9.1" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272" +checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" dependencies = [ "atty", "humantime", diff --git a/Cargo.toml b/Cargo.toml index dd32d9b..43ac4fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ zip = "0.6.3" tempfile = "3.3.0" indoc = "1.0.7" log = "0.4.17" -env_logger = "0.9.1" +env_logger = "0.9.3" atty = "0.2.14" encoding_rs_io = "0.1.7" reqwest = { version = "0.11.12", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }