From 866c00b42bb9336093e489170b983799c0676429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 12:56:39 +0000 Subject: [PATCH] Bump the cargo-updates group with 2 updates Bumps the cargo-updates group with 2 updates: [tonic](https://github.com/hyperium/tonic) and [tonic-prost](https://github.com/hyperium/tonic). Updates `tonic` from 0.14.2 to 0.14.3 - [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.3) Updates `tonic-prost` from 0.14.2 to 0.14.3 - [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.3) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: tonic-prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a65c05b..c315f58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2346,9 +2346,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.14.2" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203" +checksum = "a286e33f82f8a1ee2df63f4fa35c0becf4a85a0cb03091a15fd7bf0b402dc94a" dependencies = [ "async-trait", "axum", @@ -2375,9 +2375,9 @@ dependencies = [ [[package]] name = "tonic-prost" -version = "0.14.2" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" +checksum = "d6c55a2d6a14174563de34409c9f92ff981d006f56da9c6ecd40d9d4a31500b0" dependencies = [ "bytes", "prost", diff --git a/Cargo.toml b/Cargo.toml index ac9e5f1..b6cab21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,11 +58,11 @@ prost = "0.14.3" strum_macros = "0.27" tokio = { version = "1.49.0", features = ["full"] } tokio-stream = { version="0.1.18", features = ["sync"] } -tonic = "0.14.2" +tonic = "0.14.3" tower = "0.5.3" url = "2.5.8" uuid = { version = "1.20.0", features = ["v4"] } pbjson = "0.9.0" pbjson-types = "0.9.0" serde = { version = "1.0.219", features = ["derive"] } -tonic-prost = { version = "0.14.2" } +tonic-prost = { version = "0.14.3" }