From 9d4d076189822e32574f8123efe21c732103f4d4 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Wed, 4 Mar 2020 15:54:41 -0500 Subject: codec: change Encoder to take &Item (#1746) Co-authored-by: Markus Westerlind --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Cargo.toml') diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 423ffe02..a25f526f 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dev-dependencies] tokio = { version = "0.2.0", path = "../tokio", features = ["full"] } -tokio-util = { version = "0.2.0", path = "../tokio-util", features = ["full"] } +tokio-util = { version = "0.3.0", path = "../tokio-util", features = ["full"] } bytes = "0.5" futures = "0.3.0" http = "0.2" -- cgit v1.2.3