From 2cb277f2868a7f3ddf16545ec5e850afd4303524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:44:16 +0000 Subject: [PATCH] Bump hyper from 1.9.0 to 1.10.0 in the cargo-updates group Bumps the cargo-updates group with 1 update: [hyper](https://github.com/hyperium/hyper). Updates `hyper` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bca0416..3848eba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -863,9 +863,9 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "h2" -version = "0.4.12" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" +checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" dependencies = [ "atomic-waker", "bytes", @@ -957,9 +957,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" +checksum = "eb92f162bf56536459fc83c79b974bb12837acfed43d6bc370a7916d0ae15ecc" dependencies = [ "atomic-waker", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 164774b..fbc476b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ falco_plugin = { version = "0.5.1" } falco_plugin_api = { version = "0.5.1" } falco_event = { version = "0.5.1" } env_logger = "0.11.10" -hyper = "1.9.0" +hyper = "1.10.0" hyper-util = "0.1.20" libc = "0.2.186" libscap-bindings = { version = "0.0.7", default-features = false }