Skip to content

Commit

Permalink
chore: Update dependencies to latest supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Jan 22, 2024
1 parent accd065 commit 980ef9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tokenizers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lazy_static = "1.4"
rand = "0.8"
onig = { version = "6.4", default-features = false, optional = true }
regex = "1.9"
regex-syntax = "0.7"
regex-syntax = "0.8"
rayon = "1.8"
rayon-cond = "0.3"
serde = { version = "1.0", features = [ "derive" ] }
Expand All @@ -57,7 +57,7 @@ unicode-normalization-alignments = "0.1"
unicode_categories = "0.1"
unicode-segmentation = "1.10"
indicatif = {version = "0.17", optional = true}
itertools = "0.11"
itertools = "0.12"
log = "0.4"
derive_builder = "0.12"
spm_precompiled = "0.1"
Expand All @@ -66,7 +66,7 @@ aho-corasick = "1.1"
paste = "1.0.14"
macro_rules_attribute = "0.2.0"
thiserror = "1.0.49"
fancy-regex = { version = "0.11", optional = true}
fancy-regex = { version = "0.13", optional = true}
getrandom = { version = "0.2.10" }
esaxx-rs = { version = "0.1.10", default-features = false, features=[]}
monostate = "0.1.9"
Expand Down

0 comments on commit 980ef9b

Please sign in to comment.