From 200b446cee5c7b049108724f3f7c3ed2a43d72a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:10:51 +0000 Subject: [PATCH] build(deps): bump llama-cpp-2 from 0.1.135 to 0.1.137 Bumps [llama-cpp-2](https://github.com/utilityai/llama-cpp-rs) from 0.1.135 to 0.1.137. - [Release notes](https://github.com/utilityai/llama-cpp-rs/releases) - [Commits](https://github.com/utilityai/llama-cpp-rs/compare/0.1.135...0.1.137) --- updated-dependencies: - dependency-name: llama-cpp-2 dependency-version: 0.1.137 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 12d4dfc..029971e 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.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b660b832461ef32da66c7acedf35251cdc9e13c0e816bc5904b717cd1e5b25" +checksum = "aedc4f4ca22ad992bc43fe20734b3a0f37363b9621419727821bf6572b9c0395" dependencies = [ "encoding_rs", "enumflags2", @@ -1565,9 +1565,9 @@ dependencies = [ [[package]] name = "llama-cpp-sys-2" -version = "0.1.135" +version = "0.1.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95cf8be1ff000b531ac0523c66a9ffce3cef6d09a5d95b21cad745bedb115468" +checksum = "da365e84fbe4d10e849fa3bfd5a0d70b3b4a59e8c5adc8b7be5c189327566bdb" dependencies = [ "bindgen", "cc", diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 66ac635..1c710ca 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.16.0", features = ["builtins", "json"] } minijinja-contrib = { version = "2.16.0", features = ["pycompat"] } -llama-cpp-2 = "=0.1.135" +llama-cpp-2 = "=0.1.137" [dev-dependencies] tempfile = { workspace = true, features = [] }