build(deps): bump tokenizers from 0.22.1 to 0.22.2

Bumps [tokenizers](https://github.com/huggingface/tokenizers) from 0.22.1 to 0.22.2.
- [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.22.1...v0.22.2)

---
updated-dependencies:
- dependency-name: tokenizers
  dependency-version: 0.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-08 07:20:11 +00:00
committed by GitHub
parent 783a5e6514
commit eac08d3d6f
2 changed files with 21 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tar = "0.4.41"
thiserror = "2.0.17"
tokenizers = { version = "0.22.1", default-features = false }
tokenizers = { version = "0.22.2", default-features = false }
zstd = "0.13.2"
[features]