From ee9032b9d1d2f049ce4c3d4ab4fec2d60a3c763d Mon Sep 17 00:00:00 2001 From: minghuaw Date: Sun, 1 Aug 2021 14:09:08 -0700 Subject: [PATCH] Changed http-body dependency version to 0.4.2 (#81) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 603b1ab1..bccb0b77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ async-trait = "0.1" bytes = "1.0" futures-util = "0.3" http = "0.2" -http-body = "0.4" +http-body = "0.4.2" hyper = { version = "0.14", features = ["server", "tcp", "http1", "stream"] } pin-project = "1.0" regex = "1.5"