From 38baf0104db9bb3eda76810a6511d4a3431b7e90 Mon Sep 17 00:00:00 2001 From: Dylan <74223747+dylankyc@users.noreply.github.com> Date: Wed, 28 May 2025 17:54:23 +0800 Subject: [PATCH] fix: use fixed reqwest version --- 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"