From 9c5c7a6a5501246dd955fd9fad333f4fe699c0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:08:03 +0000 Subject: [PATCH] chore(deps): bump env_logger from 0.8.4 to 0.9.3 Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.8.4 to 0.9.3. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.8.4...v0.9.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++--------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dda757b..52e40c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ dependencies = [ "cexpr", "clang-sys", "clap", - "env_logger 0.9.3", + "env_logger", "lazy_static", "lazycell", "log", @@ -445,19 +445,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "env_logger" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" -dependencies = [ - "atty", - "humantime", - "log", - "regex", - "termcolor", -] - [[package]] name = "env_logger" version = "0.9.3" @@ -2145,7 +2132,7 @@ dependencies = [ "criterion", "csv", "ctclib-pp", - "env_logger 0.8.4", + "env_logger", "fasttext", "flate2", "futures", diff --git a/Cargo.toml b/Cargo.toml index a04bfd8..98fb673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures-core = "0.3" futures-util = "0.3" futures = "0.3" structopt = "0.3.21" -env_logger = "0.8.3" +env_logger = "0.9.3" log = "0.4.14" itertools = "0.10.0" tokio = { version = "1", features = ["full"] }