From 9991bac792c4a77d596eb7a75d85aaf8a2d43aa8 Mon Sep 17 00:00:00 2001 From: Evan Almloff Date: Fri, 14 Nov 2025 11:46:13 -0600 Subject: [PATCH] pin hyper version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5f8d42586..7d44350491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -270,7 +270,7 @@ tower = "0.5.2" http = "1.3.1" notify = { version = "8.1.0" } tower-http = "0.6.6" -hyper = "1.6.0" +hyper = "=1.7.0" # Hyper 1.8 was published with a change that breaks the CLI: See https://github.com/hyperium/hyper/issues/3975 and https://github.com/DioxusLabs/dioxus/issues/4963 hyper-rustls = { version = "0.27.7", default-features = false, features = [ "native-tokio", "http1",