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