From 5cd665afd7b70b184b559e6407fdf645983e1314 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 20 Nov 2019 14:27:49 -0800 Subject: chore: update `bytes` dependency to git master (#1796) Tokio will track changes to bytes until 0.5 is released. --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 782a16cb..ed273590 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" tokio = { version = "=0.2.0-alpha.6", path = "../tokio" } tokio-util = { version = "=0.2.0-alpha.6", path = "../tokio-util" } -bytes = "0.4.12" +bytes = { git = "https://github.com/tokio-rs/bytes" } futures = "0.3.0" [[example]] -- cgit v1.2.3