Upgrade reqwest to 0.12.18

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-05-29 00:16:52 +10:00 committed by GitHub
parent 268643a6b5
commit 780aa4f1d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ rc-zip-sync = { version = "4.2.6", features = [
"lzma", "lzma",
"zstd", "zstd",
] } ] }
reqwest = { version = "0.12.5", features = [ reqwest = { version = "0.12.18", features = [
"http2", "http2",
"stream", "stream",
"zstd", "zstd",