From 81a3278350e30e3af4c8874769a6dc2027a8cab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 14:38:59 +0000 Subject: [PATCH] chore(deps): bump llama-cpp-2 from 0.1.153 to 0.1.154 Bumps [llama-cpp-2](https://github.com/utilityai/llama-cpp-rs) from 0.1.153 to 0.1.154. - [Release notes](https://github.com/utilityai/llama-cpp-rs/releases) - [Commits](https://github.com/utilityai/llama-cpp-rs/compare/0.1.153...0.1.154) --- updated-dependencies: - dependency-name: llama-cpp-2 dependency-version: 0.1.154 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac91514..d8f0548 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3038,9 +3038,9 @@ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" [[package]] name = "llama-cpp-2" -version = "0.1.153" +version = "0.1.154" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a86ff114bb5ec602625776ec11d80d6ac8d113c74460e6a17bd44a6fedff15ef" +checksum = "4397360a0bd81be29929a55ad2f49eba27a744a6578f3271894d6f41d86bd15b" dependencies = [ "encoding_rs", "enumflags2", @@ -3052,9 +3052,9 @@ dependencies = [ [[package]] name = "llama-cpp-sys-2" -version = "0.1.153" +version = "0.1.154" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f244dd304a9ef81b0875c6a7cc04bc84a022870623dd292736527d59645f9c55" +checksum = "13a9ea2ce0cdc20bcb1870534022e340b391663f8fe09133951e2fe37fbc29cf" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index ac23cce..41da0fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ fs2 = "0.4" hex = "0.4" hf-hub = { version = "=1.0.0", features = ["blocking"] } ignore = "0.4.31" -llama-cpp-2 = { version = "=0.1.153", default-features = false } +llama-cpp-2 = { version = "=0.1.154", default-features = false } prost = "=0.14.4" regex = "=1.12.3" self_cell = "=1.3.0"