Skip to content

Commit 080e70a

Browse files
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](rust-cli/env_logger@v0.10.0...v0.11.2) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed7a709 commit 080e70a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ debug = 1
3838
async-std = "1.10"
3939
async-trait = "0.1"
4040
bytes = "1"
41-
env_logger = "0.10" # env_logger requires a newer MSRV
41+
env_logger = "0.11" # env_logger requires a newer MSRV
4242
futures-core = "0.3"
4343
futures-executor = "0.3"
4444
futures-util = "0.3"

opentelemetry-jaeger/examples/actix-udp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ opentelemetry-jaeger = { path = "../.." }
1111
opentelemetry_sdk = { path = "../../../opentelemetry-sdk" }
1212
actix-web = "4.1"
1313
actix-service = "2"
14-
env_logger = "0.10.0"
14+
env_logger = "0.11.2"

0 commit comments

Comments
 (0)