fix(ac-qu-ai-nt-core): raise the minimum version of the reqwest dependency to the first one that includes the zstd feature

This commit is contained in:
J / Jacob Babich
2024-10-18 13:21:19 -04:00
parent 7997593970
commit 60c0dbdb6c

View File

@@ -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",