From fffbb3d624d90ec3e27a825e5a00635d386ee27b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 02:44:40 +0000 Subject: [PATCH] chore(deps): bump tonic from 0.12.3 to 0.14.4 in /pkg/data_cache Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.3 to 0.14.4. - [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.12.3...v0.14.4) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pkg/data_cache/Cargo.lock | 36 ++++++++++++++++++++++++++++++++++-- pkg/data_cache/Cargo.toml | 2 +- 2 files changed, 35 insertions(+), 3 deletions(-) diff --git a/pkg/data_cache/Cargo.lock b/pkg/data_cache/Cargo.lock index 6dddfbb36c..c5b56635be 100644 --- a/pkg/data_cache/Cargo.lock +++ b/pkg/data_cache/Cargo.lock @@ -262,7 +262,7 @@ dependencies = [ "futures", "prost", "prost-types", - "tonic", + "tonic 0.12.3", ] [[package]] @@ -2618,7 +2618,7 @@ dependencies = [ "iceberg-datafusion", "serde", "tokio", - "tonic", + "tonic 0.14.4", "tower 0.5.3", "tracing", "tracing-subscriber", @@ -4515,6 +4515,35 @@ dependencies = [ "tracing", ] +[[package]] +name = "tonic" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f32a6f80051a4111560201420c7885d0082ba9efe2ab61875c587bb6b18b9a0" +dependencies = [ + "async-trait", + "axum 0.8.8", + "base64", + "bytes", + "h2", + "http", + "http-body", + "http-body-util", + "hyper", + "hyper-timeout", + "hyper-util", + "percent-encoding", + "pin-project", + "socket2 0.6.1", + "sync_wrapper", + "tokio", + "tokio-stream", + "tower 0.5.3", + "tower-layer", + "tower-service", + "tracing", +] + [[package]] name = "tower" version = "0.4.13" @@ -4543,9 +4572,12 @@ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" dependencies = [ "futures-core", "futures-util", + "indexmap 2.12.1", "pin-project-lite", + "slab", "sync_wrapper", "tokio", + "tokio-util", "tower-layer", "tower-service", "tracing", diff --git a/pkg/data_cache/Cargo.toml b/pkg/data_cache/Cargo.toml index 37beefde7d..7f46372c5b 100644 --- a/pkg/data_cache/Cargo.toml +++ b/pkg/data_cache/Cargo.toml @@ -16,7 +16,7 @@ iceberg-datafusion = "0.6.0" iceberg = "0.6.0" futures = "0.3.32" arrow-flight = "55.0.0" -tonic = "0.12.3" +tonic = "0.14.4" bytes = "1.11.1" bincode = "2.0.1" hickory-resolver = "0.24.2"