From 6bf32a2b08f0d40b1d2e1f8169b83185ac5aef07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:22:43 +0200 Subject: [PATCH] Bump env_logger from 0.11.3 to 0.11.4 (#1917) Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.3 to 0.11.4. - [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.11.3...v0.11.4) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- light-base/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f4998c363..4ded4e864b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,9 +932,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" +checksum = "06676b12debf7bba6903559720abca942d3a66b8acb88815fd2c7c6537e9ade1" dependencies = [ "anstream", "anstyle", diff --git a/light-base/Cargo.toml b/light-base/Cargo.toml index 1e2fe1d15d..001fa6e1fc 100644 --- a/light-base/Cargo.toml +++ b/light-base/Cargo.toml @@ -51,4 +51,4 @@ std = ["dep:parking_lot", "dep:log", "dep:smol", "rand/std", "rand/std_rng", "sm wasmtime = ["smoldot/wasmtime"] [dev-dependencies] -env_logger = "0.11.3" +env_logger = "0.11.4"