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"