diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index b3b7cf825..db18a1cf8 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -59,7 +59,7 @@ tokio-util = { version = "0.7", features = ["codec"] } [dev-dependencies] tokio = { version = "1.0", features = ["full"] } -env_logger = "0.9" +env_logger = "0.10" criterion = "0.3" bit-vec-06 = { version = "0.6", package = "bit-vec" }