From ca09e338a79ef6ddf744a2614c54760576e171d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:50:44 +0000 Subject: [PATCH] build(deps): bump llama-cpp-2 from 0.1.143 to 0.1.144 Bumps [llama-cpp-2](https://github.com/utilityai/llama-cpp-rs) from 0.1.143 to 0.1.144. - [Release notes](https://github.com/utilityai/llama-cpp-rs/releases) - [Commits](https://github.com/utilityai/llama-cpp-rs/compare/0.1.143...0.1.144) --- updated-dependencies: - dependency-name: llama-cpp-2 dependency-version: 0.1.144 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/core/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7545a31..7b022d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,9 +376,9 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" -version = "1.2.59" +version = "1.2.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283" +checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20" dependencies = [ "find-msvc-tools", "jobserver", @@ -1666,9 +1666,9 @@ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" [[package]] name = "llama-cpp-2" -version = "0.1.143" +version = "0.1.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d564eb5d7ae88f596e7636ffd549e0f27f4c938a7c7841bb91e2a92c248c9ccb" +checksum = "2e82b8c7a1c1a0ad97e1cc5cc28e01e9e14be73d4068e0fe9ac9d6c465001323" dependencies = [ "encoding_rs", "enumflags2", @@ -1680,9 +1680,9 @@ dependencies = [ [[package]] name = "llama-cpp-sys-2" -version = "0.1.143" +version = "0.1.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f2cf3435dbadb87817e0a95325c818cd89d43026e8ba1ddd32f1d980d96f33d" +checksum = "9e1e5495433ca7487b9f8c7046f64e69937861d438b20f12ee3c524f35d55ad3" dependencies = [ "bindgen", "cc", diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 67b212d..40be0a3 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -36,7 +36,7 @@ tracing-subscriber.workspace = true notify.workspace = true minijinja = { version = "2.18.0", features = ["builtins", "json"] } minijinja-contrib = { version = "2.18.0", features = ["pycompat"] } -llama-cpp-2 = "=0.1.143" +llama-cpp-2 = "=0.1.145" [dev-dependencies] tempfile = { workspace = true, features = [] }