Skip to content

Commit 4b38519

Browse files
chore(deps): bump wreq-util in the cf-bypass group
Bumps the cf-bypass group with 1 update: [wreq-util](https://github.com/0x676e67/wreq-util). Updates `wreq-util` from 3.0.0-rc.11 to 3.0.0-rc.14 - [Release notes](https://github.com/0x676e67/wreq-util/releases) - [Changelog](https://github.com/0x676e67/wreq-util/blob/main/CHANGELOG.md) - [Commits](0x676e67/wreq-util@v3.0.0-rc.11...v3.0.0-rc.14) --- updated-dependencies: - dependency-name: wreq-util dependency-version: 3.0.0-rc.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cf-bypass ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7db1d5 commit 4b38519

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ reqwest = { version = "0.12", default-features = false, features = ["stream", "r
2525
# 指纹, 服务器据此返回压缩正文; 不开解压则 client 原样吐压缩字节 → 乱码 (antigravity.google 实测)。
2626
# 解压在 response 层 (tower-http), 不动 ClientHello / Accept-Encoding 指纹 —— 但改 wreq 仍跑 cf-canary 复核。
2727
wreq = { version = "=6.0.0-rc.23", default-features = false, features = ["stream", "webpki-roots", "socks", "system-proxy", "gzip", "brotli", "deflate", "zstd"] }
28-
wreq-util = "=3.0.0-rc.11"
28+
wreq-util = "=3.0.0-rc.14"
2929
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "sync", "time", "process"] }
3030
# 错误类型
3131
thiserror = "2"

0 commit comments

Comments
 (0)