Skip to content

Commit 6de1ec1

Browse files
Bump tonic-prost from 0.14.2 to 0.14.5
Bumps [tonic-prost](https://github.com/hyperium/tonic) from 0.14.2 to 0.14.5. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.5) --- updated-dependencies: - dependency-name: tonic-prost dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d60840 commit 6de1ec1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

examples/courses/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres"] }
1616
thiserror = "2.0.18"
1717
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "signal"] }
1818
tonic = { version = "0.14.5", features = ["gzip", "transport"] }
19-
tonic-prost = "0.14.2"
19+
tonic-prost = "0.14.5"
2020
tonic-health = "0.14.5"
2121
tonic-reflection = "0.14.2"
2222
tower = "0.5.3"

0 commit comments

Comments
 (0)