fix dep reqwest 0.12.18 does not exist

use reqwest 0.12.17

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-05-29 00:35:46 +10:00 committed by GitHub
parent eecb0bd332
commit 872dcb7d44
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.18", features = [ reqwest = { version = "0.12.17", features = [
"http2", "http2",
"stream", "stream",
"zstd", "zstd",