From 65e4854e40120094954c77d1079d45676dc0ea15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:14:54 +0000 Subject: [PATCH] deps(deps): bump toktrie from 1.7.6 to 1.8.0 Bumps [toktrie](https://github.com/guidance-ai/llguidance) from 1.7.6 to 1.8.0. - [Changelog](https://github.com/guidance-ai/llguidance/blob/main/CHANGELOG.md) - [Commits](https://github.com/guidance-ai/llguidance/compare/v1.7.6...v1.8.0) --- updated-dependencies: - dependency-name: toktrie dependency-version: 1.8.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5635c1c..cba0b19d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6402,9 +6402,9 @@ dependencies = [ [[package]] name = "toktrie" -version = "1.7.6" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "472bdd1540b864dc5654fd49ab2f9182ceb2112b9c0d3710a04136bacca30d4f" +checksum = "16197572e4d4061591596b3629f587a1d7ac5858948c2097310cbb188da100b5" dependencies = [ "anyhow", "bytemuck",