From 84a560a4fa9550cc3c313f7644b86169db9591ce Mon Sep 17 00:00:00 2001 From: x1957 Date: Tue, 24 Mar 2020 23:28:44 +0800 Subject: [PATCH] update hyper from 0.13.3 to 0.13.4 (#858) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 009b9e3..b55a2e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ encoding_rs = "0.8" futures-core = { version = "0.3.0", default-features = false } futures-util = { version = "0.3.0", default-features = false } http-body = "0.3.0" -hyper = { version = "0.13.3", default-features = false, features = ["tcp"] } +hyper = { version = "0.13.4", default-features = false, features = ["tcp"] } lazy_static = "1.4" log = "0.4" mime = "0.3.7"