From 20efc46597f9a2d80111741403ae8d245592314e Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Thu, 26 Mar 2020 11:33:27 -0400 Subject: [PATCH] Bump to latest tokio-util (#455) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cddb71a..593a60b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ members = [ futures-core = { version = "0.3", default-features = false } futures-sink = { version = "0.3", default-features = false } futures-util = { version = "0.3", default-features = false } -tokio-util = { version = "0.2", features = ["codec"] } +tokio-util = { version = "0.3.1", features = ["codec"] } tokio = { version = "0.2", features = ["io-util", "sync"] } bytes = "0.5.2" http = "0.2"