Skip to content

Commit 2f82b50

Browse files
fix(deps): bump tokenizers from 0.21.4 to 0.22.2
Bumps [tokenizers](https://github.com/huggingface/tokenizers) from 0.21.4 to 0.22.2. - [Release notes](https://github.com/huggingface/tokenizers/releases) - [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md) - [Commits](huggingface/tokenizers@v0.21.4...v0.22.2) --- updated-dependencies: - dependency-name: tokenizers dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf39ab6 commit 2f82b50

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
lines changed

Cargo.lock

Lines changed: 40 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/semantic-search-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pdf-extract.workspace = true
4545
candle-core = { version = "0.9.1", features = [] }
4646
candle-nn = "0.9.1"
4747
candle-transformers = "0.9.1"
48-
tokenizers = "0.21.1"
48+
tokenizers = "0.22.2"
4949

5050
# Conditionally enable Metal on macOS
5151
[target.'cfg(all(target_os = "macos", not(all(target_os = "linux", target_arch = "aarch64"))))'.dependencies.candle-core]

0 commit comments

Comments
 (0)