From 33bc45a09832abee32d7b00eac67e5ce106dbc78 Mon Sep 17 00:00:00 2001 From: "dashql-renovate[bot]" <203421728+dashql-renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:00:04 +0000 Subject: [PATCH] Update Rust crate hyper to 1.10.1 --- Cargo.lock | 34 ++++++++++++++-------------- packages/dashql-native/Cargo.toml | 2 +- packages/hyper-http-proxy/Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 438a738e6..6eb340efc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,7 +420,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", "h2 0.3.27", - "h2 0.4.13", + "h2 0.4.14", "http 0.2.12", "http-body 0.4.6", "hyper 0.14.32", @@ -1393,7 +1393,7 @@ dependencies = [ "futures-util", "http 1.4.0", "http-body-util", - "hyper 1.9.0", + "hyper 1.10.1", "hyper-util", "lazy_static", "log", @@ -2468,9 +2468,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" +checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" dependencies = [ "atomic-waker", "bytes", @@ -2680,15 +2680,15 @@ dependencies = [ [[package]] name = "hyper" -version = "1.9.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" +checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" dependencies = [ "atomic-waker", "bytes", "futures-channel", "futures-core", - "h2 0.4.13", + "h2 0.4.14", "http 1.4.0", "http-body 1.0.1", "httparse", @@ -2722,7 +2722,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ "http 1.4.0", - "hyper 1.9.0", + "hyper 1.10.1", "hyper-util", "rustls 0.23.37", "rustls-pki-types", @@ -2738,7 +2738,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" dependencies = [ - "hyper 1.9.0", + "hyper 1.10.1", "hyper-util", "pin-project-lite", "tokio", @@ -2753,7 +2753,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.9.0", + "hyper 1.10.1", "hyper-util", "native-tls", "tokio", @@ -2773,7 +2773,7 @@ dependencies = [ "futures-util", "http 1.4.0", "http-body 1.0.1", - "hyper 1.9.0", + "hyper 1.10.1", "ipnet", "libc", "percent-encoding", @@ -4860,11 +4860,11 @@ dependencies = [ "cookie_store", "encoding_rs", "futures-core", - "h2 0.4.13", + "h2 0.4.14", "http 1.4.0", "http-body 1.0.1", "http-body-util", - "hyper 1.9.0", + "hyper 1.10.1", "hyper-rustls 0.27.7", "hyper-util", "js-sys", @@ -4902,11 +4902,11 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "h2 0.4.13", + "h2 0.4.14", "http 1.4.0", "http-body 1.0.1", "http-body-util", - "hyper 1.9.0", + "hyper 1.10.1", "hyper-rustls 0.27.7", "hyper-tls", "hyper-util", @@ -6843,11 +6843,11 @@ dependencies = [ "axum", "base64 0.22.1", "bytes", - "h2 0.4.13", + "h2 0.4.14", "http 1.4.0", "http-body 1.0.1", "http-body-util", - "hyper 1.9.0", + "hyper 1.10.1", "hyper-timeout", "hyper-util", "percent-encoding", diff --git a/packages/dashql-native/Cargo.toml b/packages/dashql-native/Cargo.toml index def262b39..a97ca206a 100644 --- a/packages/dashql-native/Cargo.toml +++ b/packages/dashql-native/Cargo.toml @@ -27,7 +27,7 @@ tauri-plugin-http = "2.5.9" tauri-plugin-process = "2.3.1" tauri-plugin-dialog = "2.7.1" tauri-plugin-fs = "2.5.1" -hyper = { version = "1.9.0", features = ["client", "http1", "server"] } +hyper = { version = "1.10.1", features = ["client", "http1", "server"] } http-body-util = "0.1.3" http = "1.4.0" tower-service = "0.3.3" diff --git a/packages/hyper-http-proxy/Cargo.toml b/packages/hyper-http-proxy/Cargo.toml index 7ba62b50c..c4107c33c 100644 --- a/packages/hyper-http-proxy/Cargo.toml +++ b/packages/hyper-http-proxy/Cargo.toml @@ -34,7 +34,7 @@ version = "4.6.1" features = ["derive"] [dependencies.hyper] -version = "1.9.0" +version = "1.10.1" features = ["server", "http1"] [dependencies.hyper-util]