mirror of https://github.com/tokio-rs/axum
Changed http-body dependency version to 0.4.2 (#81)
This commit is contained in:
parent
ffefb3455c
commit
ee9032b9d1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue