Implement IntoResponse and IntoResponseParts for http::Extensions (#975)

* Implement `IntoResponse` and `IntoResponseParts` for `http::Extensions`

Requires a new release of `http`.

* remove http patch

* changelog ref
This commit is contained in:
David Pedersen
2022-04-29 17:28:24 +02:00
committed by GitHub
parent d606728333
commit 5bb924b3a2
4 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ version = "0.2.3" # remember to also bump the version that axum depends on
async-trait = "0.1"
bytes = "1.0"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
http = "0.2"
http = "0.2.7"
http-body = "0.4"
mime = "0.3.16"