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

This commit is contained in:
minghuaw 2021-08-01 14:09:08 -07:00 committed by GitHub
parent ffefb3455c
commit ee9032b9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"