Skip to content

Commit a2a1769

Browse files
xumaplemapxu
authored andcommitted
Upgrade axum-extra to prost v0.14 (#3517)
Co-authored-by: Maple Xu <[email protected]>
1 parent c1bb9c3 commit a2a1769

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8+
# 0.12.0
9+
10+
- **breaking:** Upgraded `prost` dependency to v0.14. ([#3517])
11+
12+
[#3517]: https://github.com/tokio-rs/axum/pull/3517
13+
814
# 0.11.0
915

1016
Yanked from crates.io due to unforeseen breaking change, see [#3190] for details.

axum-extra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ form_urlencoded = { version = "1.1.0", optional = true }
6969
headers = { version = "0.4.0", optional = true }
7070
multer = { version = "3.0.0", optional = true }
7171
percent-encoding = { version = "2.1", optional = true }
72-
prost = { version = "0.13", optional = true }
72+
prost = { version = "0.14", optional = true }
7373
serde_html_form = { version = "0.2.0", optional = true }
7474
serde_json = { version = "1.0.71", optional = true }
7575
serde_path_to_error = { version = "0.1.8", optional = true }

0 commit comments

Comments
 (0)