From eda63bba9fba69c72ee5d7108f35a11ef78eb122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:48:58 +0000 Subject: [PATCH] build(deps): bump wreq from 6.0.0-rc.27 to 6.0.0-rc.28 Bumps [wreq](https://github.com/0x676e67/wreq) from 6.0.0-rc.27 to 6.0.0-rc.28. - [Release notes](https://github.com/0x676e67/wreq/releases) - [Commits](https://github.com/0x676e67/wreq/compare/v6.0.0-rc.27...v6.0.0-rc.28) --- updated-dependencies: - dependency-name: wreq dependency-version: 6.0.0-rc.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/gproxy-core/Cargo.toml | 2 +- crates/gproxy-provider-impl/Cargo.toml | 2 +- crates/gproxy-router/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a319750..bb4dcbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4661,9 +4661,9 @@ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" [[package]] name = "wreq" -version = "6.0.0-rc.27" +version = "6.0.0-rc.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8684564b0d1c97124f3c2dff73b43698c8c65400c52eebf5bc7a83e74807f2" +checksum = "f79937f6c4df65b3f6f78715b9de2977afe9ee3b3436483c7949a24511e25935" dependencies = [ "ahash 0.8.12", "boring2", diff --git a/crates/gproxy-core/Cargo.toml b/crates/gproxy-core/Cargo.toml index b974be1..ef37eb6 100644 --- a/crates/gproxy-core/Cargo.toml +++ b/crates/gproxy-core/Cargo.toml @@ -24,5 +24,5 @@ serde_urlencoded = "0.7" time.workspace = true tokio = { workspace = true, features = ["net", "rt", "sync", "time"] } uuid = { version = "1", features = ["v4"] } -wreq = { version = "6.0.0-rc.27", features = ["stream"] } +wreq = { version = "6.0.0-rc.28", features = ["stream"] } wreq-util = "3.0.0-rc.9" diff --git a/crates/gproxy-provider-impl/Cargo.toml b/crates/gproxy-provider-impl/Cargo.toml index 0a0c1d5..635c656 100644 --- a/crates/gproxy-provider-impl/Cargo.toml +++ b/crates/gproxy-provider-impl/Cargo.toml @@ -18,7 +18,7 @@ serde_urlencoded = "0.7" urlencoding = "2" tokenizers = "0.22" tiktoken-rs = "0.9" -wreq = { version = "6.0.0-rc.27", features = ["json","cookies", "socks", "gzip", "stream"] } +wreq = { version = "6.0.0-rc.28", features = ["json","cookies", "socks", "gzip", "stream"] } tokio = { workspace = true, features = ["rt", "rt-multi-thread"] } jsonwebtoken = { version = "10", features = ["rust_crypto"] } async-trait.workspace = true diff --git a/crates/gproxy-router/Cargo.toml b/crates/gproxy-router/Cargo.toml index 9964ed2..1079bee 100644 --- a/crates/gproxy-router/Cargo.toml +++ b/crates/gproxy-router/Cargo.toml @@ -21,5 +21,5 @@ time.workspace = true tokio = { workspace = true, features = ["rt", "macros"] } tokio-stream = "0.1" uuid = { version = "1", features = ["v4", "v7"] } -wreq = { version = "6.0.0-rc.27", features = ["stream"] } +wreq = { version = "6.0.0-rc.28", features = ["stream"] } zip = "2"