From 13adac75ee034e4da1bc48a2537d2f75840215fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:55:49 +0000 Subject: [PATCH] build(deps): bump llama-cpp-2 from 0.1.131 to 0.1.132 Bumps [llama-cpp-2](https://github.com/utilityai/llama-cpp-rs) from 0.1.131 to 0.1.132. - [Release notes](https://github.com/utilityai/llama-cpp-rs/releases) - [Commits](https://github.com/utilityai/llama-cpp-rs/compare/0.1.131...0.1.132) --- updated-dependencies: - dependency-name: llama-cpp-2 dependency-version: 0.1.132 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a478929..ffeabb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1521,9 +1521,9 @@ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" [[package]] name = "llama-cpp-2" -version = "0.1.131" +version = "0.1.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a256ab71761e7c46a24e21fe7d923e1e6b78d465f41c897277f79477da96b84" +checksum = "ce13ae10879183e15e093f514d52bf128901fc489a989969512526a7063088cf" dependencies = [ "enumflags2", "llama-cpp-sys-2", @@ -1534,9 +1534,9 @@ dependencies = [ [[package]] name = "llama-cpp-sys-2" -version = "0.1.131" +version = "0.1.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff5b2268a06180a67d8a1d3dd9d1f1c70d52de7b6f40f967ec4eabd90d0417ae" +checksum = "2fcb116a1a687f928484bcd257f811e6e0665dcb39b53a122725eca12324cf9e" dependencies = [ "bindgen", "cc", diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 1771a62..5ae62ff 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.14.0", features = ["builtins", "json"] } minijinja-contrib = { version = "2.14.0", features = ["pycompat"] } -llama-cpp-2 = "=0.1.131" +llama-cpp-2 = "=0.1.132" [dev-dependencies] tempfile = { workspace = true, features = [] }