From ec267ec5a2ec4b52a782dabd2973c1356b207bfb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Nov 2023 02:36:17 +0000
Subject: [PATCH] Bump env_logger from 0.10.0 to 0.10.1

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.0 to 0.10.1.
- [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.1)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.lock                    | 4 ++--
 fuzz/storage-proof/Cargo.toml | 2 +-
 relays/utils/Cargo.toml       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 3568d51bb65b8..f95cdfd4f5727 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3664,9 +3664,9 @@ dependencies = [
 
 [[package]]
 name = "env_logger"
-version = "0.10.0"
+version = "0.10.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
+checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
 dependencies = [
  "humantime",
  "is-terminal",
diff --git a/fuzz/storage-proof/Cargo.toml b/fuzz/storage-proof/Cargo.toml
index 6c9e67f11e614..4bd087365afff 100644
--- a/fuzz/storage-proof/Cargo.toml
+++ b/fuzz/storage-proof/Cargo.toml
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
 [dependencies]
 honggfuzz = "0.5.54"
 log = "0.4.20"
-env_logger = "0.10.0"
+env_logger = "0.10.1"
 
 # Bridge Dependencies
 
diff --git a/relays/utils/Cargo.toml b/relays/utils/Cargo.toml
index 763c125d54d12..a41beb9e52f85 100644
--- a/relays/utils/Cargo.toml
+++ b/relays/utils/Cargo.toml
@@ -12,7 +12,7 @@ async-std = "1.6.5"
 async-trait = "0.1"
 backoff = "0.4"
 isahc = "1.2"
-env_logger = "0.10.0"
+env_logger = "0.10.1"
 futures = "0.3.29"
 jsonpath_lib = "0.3"
 log = "0.4.20"