Skip to content

Commit e20e90d

Browse files
xumaplemapxu
authored andcommitted
Upgrade axum-extra to prost v0.14 (#3517)
Co-authored-by: Maple Xu <mapxu@microsoft.com>
1 parent a77c2cf commit e20e90d

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
@@ -97,7 +97,7 @@ form_urlencoded = { version = "1.1.0", optional = true }
9797
headers = { version = "0.4.0", optional = true }
9898
multer = { version = "3.0.0", optional = true }
9999
percent-encoding = { version = "2.1", optional = true }
100-
prost = { version = "0.13", optional = true }
100+
prost = { version = "0.14", optional = true }
101101
rustversion = { version = "1.0.9", optional = true }
102102
serde_core = { version = "1.0.221", optional = true }
103103
serde_html_form = { version = "0.2.0", optional = true }

0 commit comments

Comments
 (0)