mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Upgrade axum-extra to prost v0.14 (#3517)
Co-authored-by: Maple Xu <[email protected]>
This commit is contained in:
committed by
David Mládek
co-authored by
Maple Xu
parent
a77c2cf478
commit
e20e90d0b6
Generated
+4
-4
@@ -3917,9 +3917,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "prost"
|
name = "prost"
|
||||||
version = "0.13.5"
|
version = "0.14.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
|
checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"prost-derive",
|
"prost-derive",
|
||||||
@@ -3927,9 +3927,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "prost-derive"
|
name = "prost-derive"
|
||||||
version = "0.13.5"
|
version = "0.14.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
|
checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"itertools 0.14.0",
|
"itertools 0.14.0",
|
||||||
|
|||||||
@@ -16,10 +16,12 @@ and this project adheres to [Semantic Versioning].
|
|||||||
- `OptionalPath` extractor requires `optional-path` feature.
|
- `OptionalPath` extractor requires `optional-path` feature.
|
||||||
- The routing utilities require `routing` feature.
|
- The routing utilities require `routing` feature.
|
||||||
- `WithRejection` extractor requires `with-rejection` feature.
|
- `WithRejection` extractor requires `with-rejection` feature.
|
||||||
|
- **breaking:** Upgraded `prost` dependency to v0.14. ([#3517])
|
||||||
|
|
||||||
[#3298]: https://github.com/tokio-rs/axum/pull/3298
|
[#3298]: https://github.com/tokio-rs/axum/pull/3298
|
||||||
[#3469]: https://github.com/tokio-rs/axum/pull/3469
|
[#3469]: https://github.com/tokio-rs/axum/pull/3469
|
||||||
[#3485]: https://github.com/tokio-rs/axum/pull/3485
|
[#3485]: https://github.com/tokio-rs/axum/pull/3485
|
||||||
|
[#3517]: https://github.com/tokio-rs/axum/pull/3517
|
||||||
|
|
||||||
# 0.11.0
|
# 0.11.0
|
||||||
|
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ form_urlencoded = { version = "1.1.0", optional = true }
|
|||||||
headers = { version = "0.4.0", optional = true }
|
headers = { version = "0.4.0", optional = true }
|
||||||
multer = { version = "3.0.0", optional = true }
|
multer = { version = "3.0.0", optional = true }
|
||||||
percent-encoding = { version = "2.1", optional = true }
|
percent-encoding = { version = "2.1", optional = true }
|
||||||
prost = { version = "0.13", optional = true }
|
prost = { version = "0.14", optional = true }
|
||||||
rustversion = { version = "1.0.9", optional = true }
|
rustversion = { version = "1.0.9", optional = true }
|
||||||
serde_core = { version = "1.0.221", optional = true }
|
serde_core = { version = "1.0.221", optional = true }
|
||||||
serde_html_form = { version = "0.2.0", optional = true }
|
serde_html_form = { version = "0.2.0", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user