chore(deps): bump tokenizers from 0.21.4 to 0.22.2 (#9503)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-03 13:37:16 -04:00
committed by GitHub
parent 1205a4a042
commit 1a52f21c08
2 changed files with 4 additions and 37 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ candle-core = { workspace = true, optional = true }
candle-nn = { workspace = true, optional = true }
candle-transformers = { version = "0.10", default-features = false, optional = true }
byteorder = { version = "1.5", default-features = false, features = ["std"], optional = true }
tokenizers = { version = "0.21", default-features = false, features = ["onig"], optional = true }
tokenizers = { version = "0.22", default-features = false, features = ["onig"], optional = true }
symphonia = { version = "0.5", default-features = false, features = ["aac", "adpcm", "alac", "isomp4", "mkv", "mp3", "pcm", "vorbis", "wav"], optional = true }
rubato = { version = "0.16", default-features = false, optional = true }
zip = { workspace = true }