Skip to content

Commit 2f150a7

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.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8f44ec commit 2f150a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ socket2 = { version = "0.5", features = ["all"] }
6767
[dev-dependencies]
6868
futures-executor = "0.3"
6969
criterion = "0.5"
70-
env_logger = "0.10"
70+
env_logger = "0.11"
7171
tokio = { version = "1.0", features = [
7272
"macros",
7373
"net",

0 commit comments

Comments
 (0)