chore(deps): bump tiktoken-rs from 0.11.0 to 0.12.0 (#9901)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-22 17:14:02 +00:00
committed by GitHub
parent ada27af526
commit 27f5c8ea7e
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -11445,9 +11445,9 @@ dependencies = [
[[package]]
name = "tiktoken-rs"
version = "0.11.0"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fac4a168cfc1d8ed65bf17a6ee0843ad9a68f863c63c0fb2fa7eab67838782ee"
checksum = "027853bbf8c7763b77c5c595f1c271c7d536ced7d6f83452911b944621e57fc2"
dependencies = [
"anyhow",
"base64 0.22.1",
@@ -11455,7 +11455,7 @@ dependencies = [
"fancy-regex 0.17.0",
"lazy_static",
"regex",
"rustc-hash 1.1.0",
"rustc-hash 2.1.2",
]
[[package]]
+1 -1
View File
@@ -98,7 +98,7 @@ async-trait = { workspace = true }
async-stream = { workspace = true }
minijinja = { version = "2.18", default-features = false, features = ["loader", "multi_template", "serde"] }
include_dir = { workspace = true }
tiktoken-rs = { version = "0.11", default-features = false }
tiktoken-rs = { version = "0.12", default-features = false }
chrono = { workspace = true }
clap = { workspace = true }
indoc = { workspace = true }