mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
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:
@@ -16,7 +16,7 @@ tracing = ["dep:tracing"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
llama-cpp-2 = "0.1.82"
|
llama-cpp-2 = "0.1.82"
|
||||||
ocrs = "0.9"
|
ocrs = "0.9"
|
||||||
reqwest = { version = "0.12", default-features = false, features = [
|
reqwest = { version = "0.12.4", default-features = false, features = [
|
||||||
"http2",
|
"http2",
|
||||||
|
|
||||||
"macos-system-configuration",
|
"macos-system-configuration",
|
||||||
|
Reference in New Issue
Block a user