From a6beb7d3553c3dce080e0664c5373d3789252a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:25:47 +0000 Subject: [PATCH] build(deps): bump env_logger from 0.10.0 to 0.10.2 Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.0 to 0.10.2. - [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.10.0...v0.10.2) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- yari-cli/Cargo.toml | 2 +- yari-sys/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab3ebad..a360a90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,9 +186,9 @@ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "env_logger" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" +checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" dependencies = [ "humantime", "is-terminal", diff --git a/yari-cli/Cargo.toml b/yari-cli/Cargo.toml index 98c2d6d..b4a0ba3 100644 --- a/yari-cli/Cargo.toml +++ b/yari-cli/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" [dependencies] clap = { version = "4.1.14", features = ["cargo"] } color-eyre = "0.6.2" -env_logger = "0.10.0" +env_logger = "0.10.2" log = "0.4.21" rustyline = { version = "13.0.0", default-features = false } yari-sys = { path = "../yari-sys" } diff --git a/yari-sys/Cargo.toml b/yari-sys/Cargo.toml index f8fb821..6b0532c 100644 --- a/yari-sys/Cargo.toml +++ b/yari-sys/Cargo.toml @@ -22,4 +22,4 @@ all_modules = [] avast = ["all_modules"] [dev-dependencies] -env_logger = "0.10.0" +env_logger = "0.10.2"