From 72c970c498fa8f2b5b50834e0c99903c7d49de53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:25:28 +0000 Subject: [PATCH] Bump the cargo-updates group across 1 directory with 3 updates Bumps the cargo-updates group with 3 updates in the / directory: [hyper-util](https://github.com/hyperium/hyper-util), [tonic](https://github.com/hyperium/tonic) and [tonic-prost](https://github.com/hyperium/tonic). Updates `hyper-util` from 0.1.19 to 0.1.20 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.19...v0.1.20) 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: hyper-util dependency-version: 0.1.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - 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 | 13 ++++++------- Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a65c05b..bf51376 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,14 +923,13 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" +checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ "base64", "bytes", "futures-channel", - "futures-core", "futures-util", "http", "http-body", @@ -2346,9 +2345,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 +2374,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..46c62ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ falco_plugin_api = { version = "0.5.1" } falco_event = { version = "0.5.1" } env_logger = "0.11.8" hyper = "1.8.0" -hyper-util = "0.1.19" +hyper-util = "0.1.20" libc = "0.2.180" libscap-bindings = { version = "0.0.4", default-features = false } log = "0.4.29" @@ -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" }