Skip to content

Commit

Permalink
Update Cargo.toml (#1266)
Browse files Browse the repository at this point in the history
`cargo update` yield the following
Updating regex v1.8.1 -> v1.8.3
Updating regex-syntax v0.7.1 -> v0.7.2
  • Loading branch information
chris-ha458 authored Jun 7, 2023
1 parent cb8d4de commit f85e846
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tokenizers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f85e846

Please sign in to comment.