Skip to content

Commit f1b7928

Browse files
Bump prost from 0.13.4 to 0.14.1
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.4 to 0.14.1. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.4...v0.14.1) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d69dbb commit f1b7928

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

Cargo.lock

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

frontendservice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ path = "src/main.rs"
1111
[dependencies]
1212
axum = "0.8.4"
1313
bytes = "1.10.1"
14-
prost = "0.13.5"
14+
prost = "0.14.1"
1515
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
1616
tonic = "0.13.1"
1717
tower-http = { version = "0.6.2", features = ["trace"] }

quotationservice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tracing = "0.1.41"
2121
tracing-subscriber = { version = "0.3.19", features = ["default", "env-filter"]}
2222
tracing-futures = "0.2.5"
2323
tracing-attributes = "0.1.30"
24-
prost = "0.13.5"
24+
prost = "0.14.1"
2525

2626
[build-dependencies]
2727
tonic-build = { version = "0.13.1", features = ["prost"] }

0 commit comments

Comments
 (0)