From 18908f44da60ea15c5b879a3543db41a60d59cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 05:33:51 +0000 Subject: [PATCH] fix(deps): bump hyper from 1.7.0 to 1.8.0 Bumps [hyper](https://github.com/hyperium/hyper) from 1.7.0 to 1.8.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.7.0...v1.8.0) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- crates/fig_auth/Cargo.toml | 2 +- crates/fig_test_utils/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3702502c7..27d81b9c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,7 +932,7 @@ dependencies = [ "http-body 0.4.6", "http-body 1.0.1", "hyper 0.14.32", - "hyper 1.7.0", + "hyper 1.8.0", "hyper-rustls 0.24.2", "hyper-rustls 0.27.7", "hyper-util", @@ -2908,7 +2908,7 @@ dependencies = [ "fig_telemetry_core", "fig_util", "http-body-util", - "hyper 1.7.0", + "hyper 1.8.0", "hyper-util", "insta", "percent-encoding", @@ -3383,7 +3383,7 @@ dependencies = [ "hex", "http 1.3.1", "http-body-util", - "hyper 1.7.0", + "hyper 1.8.0", "hyper-util", "reqwest", "ring", @@ -4678,9 +4678,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" +checksum = "1744436df46f0bde35af3eda22aeaba453aada65d8f1c171cd8a5f59030bd69f" dependencies = [ "atomic-waker", "bytes", @@ -4722,7 +4722,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ "http 1.3.1", - "hyper 1.7.0", + "hyper 1.8.0", "hyper-util", "rustls 0.23.34", "rustls-native-certs 0.8.2", @@ -4746,7 +4746,7 @@ dependencies = [ "futures-util", "http 1.3.1", "http-body 1.0.1", - "hyper 1.7.0", + "hyper 1.8.0", "ipnet", "libc", "percent-encoding", @@ -5784,7 +5784,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.7.0", + "hyper 1.8.0", "hyper-util", "log", "rand 0.9.2", @@ -8060,7 +8060,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.7.0", + "hyper 1.8.0", "hyper-rustls 0.27.7", "hyper-util", "js-sys", diff --git a/crates/fig_auth/Cargo.toml b/crates/fig_auth/Cargo.toml index 83ffc20fa..32442755a 100644 --- a/crates/fig_auth/Cargo.toml +++ b/crates/fig_auth/Cargo.toml @@ -25,7 +25,7 @@ fig_settings.workspace = true fig_telemetry_core.workspace = true fig_util.workspace = true http-body-util = "0.1.3" -hyper = { version = "1.6.0", features = ["server"] } +hyper = { version = "1.8.0", features = ["server"] } hyper-util = { version = "0.1.11", features = ["tokio"] } percent-encoding.workspace = true rand.workspace = true diff --git a/crates/fig_test_utils/Cargo.toml b/crates/fig_test_utils/Cargo.toml index c3dd5b845..94cca3f78 100644 --- a/crates/fig_test_utils/Cargo.toml +++ b/crates/fig_test_utils/Cargo.toml @@ -17,7 +17,7 @@ fig_util.workspace = true hex.workspace = true http.workspace = true http-body-util = "0.1.3" -hyper = { version = "1.6.0", features = ["server"] } +hyper = { version = "1.8.0", features = ["server"] } hyper-util = { version = "0.1.11", features = ["tokio"] } reqwest.workspace = true ring.workspace = true