Skip to content

Commit db1f268

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 f6aea02 commit db1f268

File tree

3 files changed

+35
-12
lines changed

3 files changed

+35
-12
lines changed

Cargo.lock

Lines changed: 33 additions & 10 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.7.9"
1313
bytes = "1.10.1"
14-
prost = "0.13.4"
14+
prost = "0.14.1"
1515
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
1616
tonic = { version = "0.12.3", features = ["tls"] }
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
@@ -12,7 +12,7 @@ path = "src/main.rs"
1212

1313
[dependencies]
1414
bytes = "1.10.1"
15-
prost = "0.13.4"
15+
prost = "0.14.1"
1616
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
1717
tokio-postgres = "0.7.13"
1818
tonic = { version = "0.12.3", features = ["tls"] }

0 commit comments

Comments
 (0)