From e8b4de15a715ef1395d67b6bdf327eb1dae43abd Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Thu, 14 May 2020 22:46:39 +0200 Subject: [PATCH] chore: Update tokio-util to 0.3 --- actix-codec/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-codec/Cargo.toml b/actix-codec/Cargo.toml index cab79a9e..1cf9cb59 100644 --- a/actix-codec/Cargo.toml +++ b/actix-codec/Cargo.toml @@ -22,6 +22,6 @@ bytes = "0.5.2" futures-core = { version = "0.3.4", default-features = false } futures-sink = { version = "0.3.4", default-features = false } tokio = { version = "0.2.4", default-features=false } -tokio-util = { version = "0.2.0", default-features=false, features=["codec"] } +tokio-util = { version = "0.3", default-features=false, features=["codec"] } log = "0.4" pin-project = "0.4.8"