Skip to content

Commit 7c900a9

Browse files
committed
Upgrade axum-extra to prost v0.14
1 parent 86e4442 commit 7c900a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-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/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)