From 60c0dbdb6c77f187afe9cc6b63f47aff6f28cdd0 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Fri, 18 Oct 2024 13:21:19 -0400 Subject: [PATCH] fix(ac-qu-ai-nt-core): raise the minimum version of the `reqwest` dependency to the first one that includes the `zstd` feature --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 3ca63cf..f86a818 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -16,7 +16,7 @@ tracing = ["dep:tracing"] [dependencies] llama-cpp-2 = "0.1.82" ocrs = "0.9" -reqwest = { version = "0.12", default-features = false, features = [ +reqwest = { version = "0.12.4", default-features = false, features = [ "http2", "macos-system-configuration",