From ff09ac01a12d18f926f37a8f4b9120376f0caba3 Mon Sep 17 00:00:00 2001 From: Felipe Noronha Date: Tue, 23 Feb 2021 02:00:53 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cd11a7..c8a924d 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Add these dependencies to your `Cargo.toml` file. ```toml [dependencies] -hyper-reverse-proxy = "0.4" -hyper = "0.12" -futures = "0.1" +hyper-reverse-proxy = "0.5" +hyper = "0.13" +tokio = { version = "0.2", features = ["full"] } ``` The following example will set up a reverse proxy listening on `127.0.0.1:13900`,