mirror of https://github.com/tokio-rs/axum
Update prost (#2224)
This commit is contained in:
parent
368c3ee08f
commit
eade3fdad6
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning].
|
|||
|
||||
- **added:** `TypedHeader` which used to be in `axum` ([#1850])
|
||||
- **added:** `Clone` implementation for `ErasedJson` ([#2142])
|
||||
- **breaking:** Update to prost 0.12. Used for the `Protobuf` extractor
|
||||
|
||||
[#1850]: https://github.com/tokio-rs/axum/pull/1850
|
||||
[#2142]: https://github.com/tokio-rs/axum/pull/2142
|
||||
|
|
|
@ -56,7 +56,7 @@ form_urlencoded = { version = "1.1.0", optional = true }
|
|||
headers = { version = "0.3.8", optional = true }
|
||||
multer = { version = "2.0.0", optional = true }
|
||||
percent-encoding = { version = "2.1", optional = true }
|
||||
prost = { version = "0.11", optional = true }
|
||||
prost = { version = "0.12", optional = true }
|
||||
serde_html_form = { version = "0.2.0", optional = true }
|
||||
serde_json = { version = "1.0.71", optional = true }
|
||||
tokio-stream = { version = "0.1.9", optional = true }
|
||||
|
|
Loading…
Reference in New Issue