From 6561d8129a83fcb2037c4fd5546b56dc9676ae2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 13:23:29 +0000 Subject: [PATCH] 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](https://github.com/env-logger-rs/env_logger/compare/v0.7.0...v0.8.1) Signed-off-by: dependabot-preview[bot] --- tokio-postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 63b21648..883f8e1e 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -54,7 +54,7 @@ tokio-util = { version = "0.4", features = ["codec"] } [dev-dependencies] tokio = { version = "0.3", features = ["full"] } -env_logger = "0.7" +env_logger = "0.8" criterion = "0.3" bit-vec-06 = { version = "0.6", package = "bit-vec" }