From 9e23597c50a8998cb8cdc5feb5ea04054e9eca6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:25:11 -0400 Subject: [PATCH] build(deps): bump hyper from 1.6.0 to 1.7.0 (#940) --- Cargo.lock | 8 +++++--- crates/ironrdp-mstsgu/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 582f40f9..6495ccd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2012,19 +2012,21 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "hyper" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" +checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" dependencies = [ + "atomic-waker", "bytes", "futures-channel", - "futures-util", + "futures-core", "h2", "http", "http-body", "httparse", "itoa", "pin-project-lite", + "pin-utils", "smallvec", "tokio", "want", diff --git a/crates/ironrdp-mstsgu/Cargo.toml b/crates/ironrdp-mstsgu/Cargo.toml index 147cba93..fdd83edb 100644 --- a/crates/ironrdp-mstsgu/Cargo.toml +++ b/crates/ironrdp-mstsgu/Cargo.toml @@ -27,7 +27,7 @@ bitflags = "2.9" futures-util = "0.3" http-body-util = { version = "0.1" } hyper-util = { version = "0.1", features = ["tokio"] } -hyper = { version = "1.6", features = ["client", "http1"] } +hyper = { version = "1.7", features = ["client", "http1"] } ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["std"] } ironrdp-error = { path = "../ironrdp-error", version = "0.1" } ironrdp-tls = { path = "../ironrdp-tls", version = "0.1" }