From 068fc1b3ae2ee0c5e7f00279c3a74d6aaf6cb970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 13:47:50 +0000 Subject: [PATCH] build(deps): update env_logger requirement from 0.10 to 0.11 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.10.0...v0.11.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- conformance/Cargo.toml | 2 +- prost-build/Cargo.toml | 2 +- tests-2015/Cargo.toml | 2 +- tests-no-std/Cargo.toml | 2 +- tests/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conformance/Cargo.toml b/conformance/Cargo.toml index 0ab6a4c6e..dfc720770 100644 --- a/conformance/Cargo.toml +++ b/conformance/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] bytes = "1" -env_logger = { version = "0.10", default-features = false } +env_logger = { version = "0.11", default-features = false } prost = { path = "../prost" } protobuf = { path = "../protobuf" } tests = { path = "../tests" } diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index 3cd4334f9..ee7ee27f7 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -42,4 +42,4 @@ pulldown-cmark = { version = "0.9.1", optional = true, default-features = false pulldown-cmark-to-cmark = { version = "10.0.1", optional = true } [dev-dependencies] -env_logger = { version = "0.10", default-features = false } +env_logger = { version = "0.11", default-features = false } diff --git a/tests-2015/Cargo.toml b/tests-2015/Cargo.toml index 2effd2cc6..2e406ea79 100644 --- a/tests-2015/Cargo.toml +++ b/tests-2015/Cargo.toml @@ -32,5 +32,5 @@ tempfile = "3" [build-dependencies] cfg-if = "1" -env_logger = { version = "0.10", default-features = false } +env_logger = { version = "0.11", default-features = false } prost-build = { path = "../prost-build" } diff --git a/tests-no-std/Cargo.toml b/tests-no-std/Cargo.toml index e1e0ddd85..7a5c7b674 100644 --- a/tests-no-std/Cargo.toml +++ b/tests-no-std/Cargo.toml @@ -33,5 +33,5 @@ protobuf = { path = "../protobuf" } [build-dependencies] cfg-if = "1" -env_logger = { version = "0.10", default-features = false } +env_logger = { version = "0.11", default-features = false } prost-build = { path = "../prost-build" } diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 3a7406f9d..141f65690 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -27,5 +27,5 @@ protobuf = { path = "../protobuf" } [build-dependencies] cfg-if = "1" -env_logger = { version = "0.10", default-features = false } +env_logger = { version = "0.11", default-features = false } prost-build = { path = "../prost-build" }