From 9a2f6f09dc68b0d6b6bf0623640bcf0418f80b10 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 02:17:36 +0000 Subject: [PATCH] Update tokio-util requirement from 0.4 to 0.5 Updates the requirements on [tokio-util](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits/tokio-util-0.5.0) 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 14f8c7e9d..ae81316e9 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -51,7 +51,7 @@ postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" } postgres-types = { version = "0.1.2", path = "../postgres-types" } socket2 = "0.3" tokio = { version = "0.3", features = ["io-util"] } -tokio-util = { version = "0.4", features = ["codec"] } +tokio-util = { version = "0.5", features = ["codec"] } [dev-dependencies] tokio = { version = "0.3", features = ["full"] }