diff --git a/oar-ocr-core/Cargo.toml b/oar-ocr-core/Cargo.toml index 21a10e4..401e9b8 100644 --- a/oar-ocr-core/Cargo.toml +++ b/oar-ocr-core/Cargo.toml @@ -46,7 +46,7 @@ rayon = "1.8" thiserror = "2.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -tokenizers = { version = "0.22", default-features = false, features = ["progressbar", "onig"] } +tokenizers = { version = "0.23", default-features = false, features = ["progressbar", "onig"] } clipper2 = "0.5.3" html-escape = "0.2" diff --git a/oar-ocr-vl/Cargo.toml b/oar-ocr-vl/Cargo.toml index c4cdb8d..4276dce 100644 --- a/oar-ocr-vl/Cargo.toml +++ b/oar-ocr-vl/Cargo.toml @@ -45,7 +45,7 @@ once_cell = "1.19" regex = "1.11.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tokenizers = { version = "0.22", default-features = false, features = ["progressbar", "onig"] } +tokenizers = { version = "0.23", default-features = false, features = ["progressbar", "onig"] } tracing = "0.1" rayon = "1.8" html-escape = "0.2"