Skip to content

Commit 76cb48e

Browse files
xumaplemapxu
andauthored
Upgrade axum-extra to prost v0.14 (#3517)
Co-authored-by: Maple Xu <[email protected]>
1 parent 4160bbe commit 76cb48e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

axum-extra/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ and this project adheres to [Semantic Versioning].
1616
- `OptionalPath` extractor requires `optional-path` feature.
1717
- The routing utilities require `routing` feature.
1818
- `WithRejection` extractor requires `with-rejection` feature.
19+
- **breaking:** Upgraded `prost` dependency to v0.14. ([#3517])
1920

2021
[#3298]: https://github.com/tokio-rs/axum/pull/3298
2122
[#3469]: https://github.com/tokio-rs/axum/pull/3469
2223
[#3485]: https://github.com/tokio-rs/axum/pull/3485
24+
[#3517]: https://github.com/tokio-rs/axum/pull/3517
2325

2426
# 0.11.0
2527

axum-extra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ form_urlencoded = { version = "1.1.0", optional = true }
122122
headers = { version = "0.4.0", optional = true }
123123
multer = { version = "3.0.0", optional = true }
124124
percent-encoding = { version = "2.1", optional = true }
125-
prost = { version = "0.13", optional = true }
125+
prost = { version = "0.14", optional = true }
126126
rustversion = { version = "1.0.9", optional = true }
127127
serde_core = { version = "1.0.221", optional = true }
128128
serde_html_form = { version = "0.2.0", optional = true }

0 commit comments

Comments
 (0)