From 34085afef66b453dfee1c561e6683546bf4600c8 Mon Sep 17 00:00:00 2001 From: 0x79756b69 <76654022+0x79756b69@users.noreply.github.com> Date: Tue, 9 Mar 2021 07:19:24 +0900 Subject: [PATCH] docs(examples): use hyper v0.14 and full feature (#2451) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 7071bd7b70..45801d60ad 100644 --- a/examples/README.md +++ b/examples/README.md @@ -10,7 +10,7 @@ Most of these examples use these dependencies: ```toml [dependencies] -hyper = "0.13" +hyper = { version = "0.14", features = ["full"] } tokio = { version = "0.2", features = ["full"] } pretty_env_logger = "0.4" ```