From 3296678c644a77b1b716d4cb51f30a8bdc8bb6ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:09:56 +0000 Subject: [PATCH] chore(deps): bump tonic from 0.14.5 to 0.14.6 Bumps [tonic](https://github.com/hyperium/tonic) from 0.14.5 to 0.14.6. - [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.5...tonic-v0.14.6) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a13c30d67..ee0cb4fb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6657,9 +6657,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.14.5" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec" +checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index e7d4acf2d..726210b9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ ntex-http = { version = "=1.1.0"} ntex-codec = { version = "=1.1.0"} ntex-io = { version = "=3.9.2"} ntex-net = { version = "=3.9.1"} -tonic = { version = "0.14.2", features = ["tls-aws-lc"] } +tonic = { version = "0.14.6", features = ["tls-aws-lc"] } reqwest = { version = "0.12.23", default-features = false, features = ["http2", "rustls-tls"] } reqwest-retry = "0.8.0" reqwest-middleware = "0.4.2"