From a4941095957c395adffc66b113a8a263a355069d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:15:08 +0000 Subject: [PATCH] chore(deps)(deps): update tiktoken-rs requirement from 0.6 to 0.11 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.11.0) --- updated-dependencies: - dependency-name: tiktoken-rs dependency-version: 0.11.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 a0a1ac72..6d1a1d97 100644 --- a/crates/quota-router-core/Cargo.toml +++ b/crates/quota-router-core/Cargo.toml @@ -77,7 +77,7 @@ percent-encoding = "2.1" urlencoding = "2.1" # For token estimation (pre-call checks, RFC-0936) -tiktoken-rs = "0.6" +tiktoken-rs = "0.11" # For async streaming (futures::StreamExt) futures-core = "0.3"