From 2bf70639dc80819b251605549e6fa33a3a2b1d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 18:12:20 +0100 Subject: [PATCH] build(deps): Update env_logger requirement from 0.9 to 0.10 (#146) 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.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test-harness/Cargo.toml | 2 +- yamux/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-harness/Cargo.toml b/test-harness/Cargo.toml index 5830a393..977a7c2d 100644 --- a/test-harness/Cargo.toml +++ b/test-harness/Cargo.toml @@ -14,6 +14,6 @@ anyhow = "1" log = "0.4.17" [dev-dependencies] -env_logger = "0.9" +env_logger = "0.10" constrained-connection = "0.1" diff --git a/yamux/Cargo.toml b/yamux/Cargo.toml index 95fc0aaf..01150664 100644 --- a/yamux/Cargo.toml +++ b/yamux/Cargo.toml @@ -21,7 +21,7 @@ static_assertions = "1" [dev-dependencies] anyhow = "1" criterion = "0.4" -env_logger = "0.9" +env_logger = "0.10" futures = "0.3.4" quickcheck = "1.0" tokio = { version = "1.0", features = ["net", "rt-multi-thread", "macros", "time"] }