From 3328e531f0d12bc61498de4dd0957def7dea063b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 06:24:54 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to v0.13.5 --- plugins/http/Cargo.toml | 2 +- plugins/upload/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/http/Cargo.toml b/plugins/http/Cargo.toml index 6c707f4d2..89e3abeff 100644 --- a/plugins/http/Cargo.toml +++ b/plugins/http/Cargo.toml @@ -42,7 +42,7 @@ urlpattern = "0.3" regex = "1" http = "1" # 0.12.16 is when `system-proxy` was added -reqwest = { version = "0.12.16", default-features = false } +reqwest = { version = "0.13.0", default-features = false } url = { workspace = true } data-url = "0.3" cookie_store = { version = "0.22", optional = true, features = ["serde"] } diff --git a/plugins/upload/Cargo.toml b/plugins/upload/Cargo.toml index c46c6d2aa..d8c4811f0 100644 --- a/plugins/upload/Cargo.toml +++ b/plugins/upload/Cargo.toml @@ -35,7 +35,7 @@ log = { workspace = true } thiserror = { workspace = true } tokio = { version = "1", features = ["fs"] } tokio-util = { version = "0.7", features = ["codec"] } -reqwest = { version = "0.12", default-features = false, features = [ +reqwest = { version = "0.13", default-features = false, features = [ "macos-system-configuration", "json", "stream",