From 9852805f7d026cc275c7894552be4a2ef908d57f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:01:27 +0000 Subject: [PATCH] build(deps): bump llama-cpp-2 from 0.1.135 to 0.1.138 Bumps [llama-cpp-2](https://github.com/utilityai/llama-cpp-rs) from 0.1.135 to 0.1.138. - [Release notes](https://github.com/utilityai/llama-cpp-rs/releases) - [Commits](https://github.com/utilityai/llama-cpp-rs/compare/0.1.135...0.1.138) --- updated-dependencies: - dependency-name: llama-cpp-2 dependency-version: 0.1.138 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 539dc0c..acedb36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1551,9 +1551,9 @@ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" [[package]] name = "llama-cpp-2" -version = "0.1.135" +version = "0.1.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b660b832461ef32da66c7acedf35251cdc9e13c0e816bc5904b717cd1e5b25" +checksum = "2947ab625c59d1fdf42e61f538c3fa66f43de2f78316971920873f359483d1d8" dependencies = [ "encoding_rs", "enumflags2", @@ -1565,9 +1565,9 @@ dependencies = [ [[package]] name = "llama-cpp-sys-2" -version = "0.1.135" +version = "0.1.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95cf8be1ff000b531ac0523c66a9ffce3cef6d09a5d95b21cad745bedb115468" +checksum = "84a529006bf16af70c7485ba957820dc2bc9467d75697e97970c81d2da73c76f" dependencies = [ "bindgen", "cc", diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index fa34286..93ff899 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.17.1", features = ["builtins", "json"] } minijinja-contrib = { version = "2.16.0", features = ["pycompat"] } -llama-cpp-2 = "=0.1.135" +llama-cpp-2 = "=0.1.138" [dev-dependencies] tempfile = { workspace = true, features = [] }