Changed http-body dependency version to 0.4.2 (#81)

This commit is contained in:
minghuaw
2021-08-01 23:09:08 +02:00
committed by GitHub
parent ffefb3455c
commit ee9032b9d1
+1 -1
View File
@@ -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"