From 52d7e2f4404b42729c9f5b091f3846bc2429aad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:28:03 +0000 Subject: [PATCH] Bump hyper-util from 0.1.18 to 0.1.19 in the cargo-updates group Bumps the cargo-updates group with 1 update: [hyper-util](https://github.com/hyperium/hyper-util). Updates `hyper-util` from 0.1.18 to 0.1.19 - [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.18...v0.1.19) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates ... 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 ab5947c..79fe7ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,9 +923,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" +checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 062f893..f046139 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.18" +hyper-util = "0.1.19" libc = "0.2.178" libscap-bindings = { version = "0.0.2", default-features = false } log = "0.4.29"