From 664010d4b16c7bb31fbb016e9a3e7151daa897dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:07:26 +0000 Subject: [PATCH] Update env_logger requirement from 0.9.0 to 0.10.1 Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [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.9.0...v0.10.1) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28a33ae7c..a7b6a12de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ rand_chacha = "0.3.1" rand_distr = "0.3" quickcheck = "0.9" log = "0.4.14" -env_logger = "0.9.0" +env_logger = "0.10.1" zerocopy = "0.6.0" byteorder = "1.4.3"