summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2020-10-29 18:45:19 +0100
committerGitHub <noreply@github.com>2020-10-29 10:45:19 -0700
commit3965d91a5eb25a7b3e3fc978fcb431822140efb7 (patch)
tree597b99022dbf6cdd1cc1bc888beaa552a3690cd1 /examples
parenta3ef4e4cf554473cc3d9482c04d7a53ebcf4fd01 (diff)
util: update to bytes 0.6 (#3071)
Copies the implementation of poll_read_buf() from tokio::io::util::read_buf.
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 59d5a765..d95a32d0 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -11,7 +11,7 @@ tokio = { version = "0.3.0", path = "../tokio", features = ["full", "tracing"] }
tracing = "0.1"
tracing-subscriber = { version = "0.2.7", default-features = false, features = ["fmt", "ansi", "env-filter", "chrono", "tracing-log"] }
tokio-util = { version = "0.4.0", path = "../tokio-util", features = ["full"] }
-bytes = "0.5"
+bytes = "0.6"
futures = "0.3.0"
http = "0.2"
serde = "1.0"