diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 1a9638eff..d7974262b 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -62,7 +62,7 @@ tokio-util = { version = "0.7", features = ["codec"] } [dev-dependencies] futures-executor = "0.3" criterion = "0.3" -env_logger = "0.9" +env_logger = "0.10" tokio = { version = "1.0", features = [ "macros", "net",