Skip to content

Commit 6561d81

Browse files
Update env_logger requirement from 0.7 to 0.8
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.7.0...v0.8.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ec1c4a5 commit 6561d81

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
@@ -54,7 +54,7 @@ tokio-util = { version = "0.4", features = ["codec"] }
5454

5555
[dev-dependencies]
5656
tokio = { version = "0.3", features = ["full"] }
57-
env_logger = "0.7"
57+
env_logger = "0.8"
5858
criterion = "0.3"
5959

6060
bit-vec-06 = { version = "0.6", package = "bit-vec" }

0 commit comments

Comments
 (0)