From 5b600416c39856ec7113dbcd2710674b9c947018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:51:27 +0000 Subject: [PATCH] chore(deps)(deps): update tiktoken-rs requirement from 0.6 to 0.12 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.6.0...v0.12.0) --- updated-dependencies: - dependency-name: tiktoken-rs dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/quota-router-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/quota-router-core/Cargo.toml b/crates/quota-router-core/Cargo.toml index 400bb0de..89934667 100644 --- a/crates/quota-router-core/Cargo.toml +++ b/crates/quota-router-core/Cargo.toml @@ -88,7 +88,7 @@ percent-encoding = "2.1" urlencoding = "2.1" # For token estimation (pre-call checks, RFC-0936) -tiktoken-rs = "0.6" +tiktoken-rs = "0.12" # For async streaming (futures::StreamExt) futures-core = "0.3"