From 2df68f1629d8da38ceb3c977cc478a34dac601bc Mon Sep 17 00:00:00 2001 From: "dashql-renovate[bot]" <203421728+dashql-renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 18:04:23 +0000 Subject: [PATCH] Update Rust crate reqwest to ^0.13.4 --- Cargo.lock | 10 +++++----- packages/dashql-native/Cargo.toml | 2 +- packages/hyper-http-proxy/Cargo.toml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 914e2378a..2c603428f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,7 +1401,7 @@ dependencies = [ "once_cell", "prost", "regex-automata", - "reqwest 0.13.3", + "reqwest 0.13.4", "serde", "serde_json", "tauri", @@ -4893,9 +4893,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64 0.22.1", "bytes", @@ -6066,7 +6066,7 @@ dependencies = [ "percent-encoding", "plist", "raw-window-handle", - "reqwest 0.13.3", + "reqwest 0.13.4", "serde", "serde_json", "serde_repr", @@ -6351,7 +6351,7 @@ dependencies = [ "minisign-verify", "osakit", "percent-encoding", - "reqwest 0.13.3", + "reqwest 0.13.4", "rustls 0.23.37", "semver", "serde", diff --git a/packages/dashql-native/Cargo.toml b/packages/dashql-native/Cargo.toml index 342e91b0c..69ded57da 100644 --- a/packages/dashql-native/Cargo.toml +++ b/packages/dashql-native/Cargo.toml @@ -55,7 +55,7 @@ version = "0.1.20" features = ["server"] [dependencies.reqwest] -version = "^0.13.3" +version = "^0.13.4" default-features = false features = ["stream", "native-tls", "charset", "http2", "system-proxy"] diff --git a/packages/hyper-http-proxy/Cargo.toml b/packages/hyper-http-proxy/Cargo.toml index 3db230d6e..c7350117e 100644 --- a/packages/hyper-http-proxy/Cargo.toml +++ b/packages/hyper-http-proxy/Cargo.toml @@ -19,7 +19,7 @@ env_logger = "0.11.10" prost = "^0.14.3" serde_json = "1.0.150" futures-util = "0.3.32" -reqwest = { version = "^0.13.3", default-features = false, features = ["native-tls", "http2", "charset", "stream"] } +reqwest = { version = "^0.13.4", default-features = false, features = ["native-tls", "http2", "charset", "stream"] } [dependencies.uuid] version = "1.23.1" @@ -55,4 +55,4 @@ version = "0.14.6" [dev-dependencies] tokio-stream = { version = "0.1.18", features = ["net"] } # Dev-only: re-declare reqwest to enable the `json` feature for integration tests. -reqwest = { version = "^0.13.3", default-features = false, features = ["native-tls", "http2", "charset", "stream", "json"] } +reqwest = { version = "^0.13.4", default-features = false, features = ["native-tls", "http2", "charset", "stream", "json"] }