From 080bc96314811ccaa6d4c5391423d8833ec8cb4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 07:35:18 +0000 Subject: [PATCH] chore(deps): bump tiktoken-rs in /src-tauri in the cargo-majors group Bumps the cargo-majors group in /src-tauri with 1 update: [tiktoken-rs](https://github.com/zurawiki/tiktoken-rs). Updates `tiktoken-rs` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/zurawiki/tiktoken-rs/releases) - [Commits](https://github.com/zurawiki/tiktoken-rs/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: tiktoken-rs dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-majors ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 16 +++++----------- src-tauri/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ee9c5879..e53cd84e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3833,12 +3833,6 @@ dependencies = [ "windows-sys 0.60.2", ] -[[package]] -name = "rustc-hash" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" - [[package]] name = "rustc-hash" version = "2.1.2" @@ -4009,7 +4003,7 @@ dependencies = [ "phf", "phf_codegen", "precomputed-hash", - "rustc-hash 2.1.2", + "rustc-hash", "servo_arc", "smallvec", ] @@ -4028,7 +4022,7 @@ dependencies = [ "phf", "phf_codegen", "precomputed-hash", - "rustc-hash 2.1.2", + "rustc-hash", "servo_arc", "smallvec", ] @@ -5112,9 +5106,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", @@ -5122,7 +5116,7 @@ dependencies = [ "fancy-regex", "lazy_static", "regex", - "rustc-hash 1.1.0", + "rustc-hash", ] [[package]] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0b88dba9..d1f24e90 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -84,7 +84,7 @@ base64 = "0.22.1" hex = "0.4.3" # --- AI & Logic Utilities --- -tiktoken-rs = "0.11.0" # Token counting +tiktoken-rs = "0.12.0" # Token counting tracing = "0.1.44" tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json", "time"] } tracing-appender = "0.2.5"