From 27f5c8ea7e39cf98d7c298fcdf815dd537702875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:14:02 +0000 Subject: [PATCH] chore(deps): bump tiktoken-rs from 0.11.0 to 0.12.0 (#9901) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- crates/goose/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e89fe0d74..2b1f90f33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/crates/goose/Cargo.toml b/crates/goose/Cargo.toml index 353ee588e..13fa8e708 100644 --- a/crates/goose/Cargo.toml +++ b/crates/goose/Cargo.toml @@ -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 }