From 0943137fb12dd328609acd4018cc3fa966b2c246 Mon Sep 17 00:00:00 2001 From: Dylan <74223747+dylankyc@users.noreply.github.com> Date: Wed, 28 May 2025 18:11:33 +0800 Subject: [PATCH] fix: pin reqwest version to 0.12.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ace36d..ff4da12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ crate-type = ["cdylib"] [dependencies] mlua = { version = "0.9.9", features = ["luajit", "module"] } -reqwest = { version = "0.12.7", features = ["blocking", "native-tls-alpn"] } +reqwest = { version = "=0.12.7", features = ["blocking", "native-tls-alpn"] } bstr = "1.10.0"