diff --git a/tokenizers/Cargo.toml b/tokenizers/Cargo.toml index 45fbd57d8..3035bcaa4 100644 --- a/tokenizers/Cargo.toml +++ b/tokenizers/Cargo.toml @@ -46,16 +46,16 @@ harness = false lazy_static = "1.4" rand = "0.8" onig = { version = "6.0", default-features = false, optional = true } -regex = "1.3" -regex-syntax = "0.6" -rayon = "1.3" +regex = "1.8" +regex-syntax = "0.7" +rayon = "1.7" rayon-cond = "0.1" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" clap = { version = "4.0", features=["derive"], optional = true } unicode-normalization-alignments = "0.1" unicode_categories = "0.1" -unicode-segmentation = "1.6" +unicode-segmentation = "1.10" indicatif = {version = "0.15", optional = true} itertools = "0.9" log = "0.4"