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"