mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user