From 4a500223218c0d5c86213266a5bf3bcb31213470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:14:37 +0000 Subject: [PATCH] fix(deps): bump tokenizers from 0.21.4 to 0.22.1 Bumps [tokenizers](https://github.com/huggingface/tokenizers) from 0.21.4 to 0.22.1. - [Release notes](https://github.com/huggingface/tokenizers/releases) - [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/tokenizers/compare/v0.21.4...v0.22.1) --- updated-dependencies: - dependency-name: tokenizers dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/semantic-search-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7230af9f7e..a5ee6a559a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6421,9 +6421,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokenizers" -version = "0.21.4" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a620b996116a59e184c2fa2dfd8251ea34a36d0a514758c6f966386bd2e03476" +checksum = "6475a27088c98ea96d00b39a9ddfb63780d1ad4cceb6f48374349a96ab2b7842" dependencies = [ "ahash", "aho-corasick", diff --git a/crates/semantic-search-client/Cargo.toml b/crates/semantic-search-client/Cargo.toml index fcf6c49447..0d725fdca2 100644 --- a/crates/semantic-search-client/Cargo.toml +++ b/crates/semantic-search-client/Cargo.toml @@ -44,7 +44,7 @@ sha2 = "0.10.9" candle-core = { version = "0.9.1", features = [] } candle-nn = "0.9.1" candle-transformers = "0.9.1" -tokenizers = "0.21.1" +tokenizers = "0.22.1" # Conditionally enable Metal on macOS [target.'cfg(all(target_os = "macos", not(all(target_os = "linux", target_arch = "aarch64"))))'.dependencies.candle-core]