From d4fc3159fa3dec6d1c2c065662f808bdd27ecbcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:24:14 +0000 Subject: [PATCH] deps: update tiktoken-rs requirement from 0.5.8 to 0.12.0 in /crablet Updates the requirements on [tiktoken-rs](https://github.com/zurawiki/tiktoken-rs) to permit the latest version. - [Release notes](https://github.com/zurawiki/tiktoken-rs/releases) - [Commits](https://github.com/zurawiki/tiktoken-rs/compare/v0.5.8...v0.12.0) --- updated-dependencies: - dependency-name: tiktoken-rs dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crablet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crablet/Cargo.toml b/crablet/Cargo.toml index 1fe354f..1357b1d 100644 --- a/crablet/Cargo.toml +++ b/crablet/Cargo.toml @@ -93,7 +93,7 @@ data-encoding = "2.4" colored = "3.1.1" scraper = "0.26.0" evalexpr = "13.1" -tiktoken-rs = "0.5.8" +tiktoken-rs = "0.12.0" which = "8.0" argon2 = "0.5.3" rand = "0.10.0"