From 6de1ec1d87c09bbe673d6d4f25deb64f9252b546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:11:41 +0000 Subject: [PATCH] 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](https://github.com/hyperium/tonic/compare/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] --- Cargo.lock | 4 ++-- examples/courses/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e112136..aedac9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2962,9 +2962,9 @@ dependencies = [ [[package]] name = "tonic-prost" -version = "0.14.2" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" +checksum = "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309" dependencies = [ "bytes", "prost", diff --git a/examples/courses/Cargo.toml b/examples/courses/Cargo.toml index 19e4558..7cab20a 100644 --- a/examples/courses/Cargo.toml +++ b/examples/courses/Cargo.toml @@ -16,7 +16,7 @@ sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres"] } thiserror = "2.0.18" tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "signal"] } tonic = { version = "0.14.5", features = ["gzip", "transport"] } -tonic-prost = "0.14.2" +tonic-prost = "0.14.5" tonic-health = "0.14.5" tonic-reflection = "0.14.2" tower = "0.5.3"