mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Update Cargo.toml (#1266)
`cargo update` yield the following Updating regex v1.8.1 -> v1.8.3 Updating regex-syntax v0.7.1 -> v0.7.2
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user