mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
chore: Update dependencies to latest supported versions (#1441)
This commit is contained in:
@ -47,7 +47,7 @@ lazy_static = "1.4"
|
|||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
onig = { version = "6.4", default-features = false, optional = true }
|
onig = { version = "6.4", default-features = false, optional = true }
|
||||||
regex = "1.9"
|
regex = "1.9"
|
||||||
regex-syntax = "0.7"
|
regex-syntax = "0.8"
|
||||||
rayon = "1.8"
|
rayon = "1.8"
|
||||||
rayon-cond = "0.3"
|
rayon-cond = "0.3"
|
||||||
serde = { version = "1.0", features = [ "derive" ] }
|
serde = { version = "1.0", features = [ "derive" ] }
|
||||||
@ -57,7 +57,7 @@ unicode-normalization-alignments = "0.1"
|
|||||||
unicode_categories = "0.1"
|
unicode_categories = "0.1"
|
||||||
unicode-segmentation = "1.10"
|
unicode-segmentation = "1.10"
|
||||||
indicatif = {version = "0.17", optional = true}
|
indicatif = {version = "0.17", optional = true}
|
||||||
itertools = "0.11"
|
itertools = "0.12"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
derive_builder = "0.12"
|
derive_builder = "0.12"
|
||||||
spm_precompiled = "0.1"
|
spm_precompiled = "0.1"
|
||||||
@ -66,7 +66,7 @@ aho-corasick = "1.1"
|
|||||||
paste = "1.0.14"
|
paste = "1.0.14"
|
||||||
macro_rules_attribute = "0.2.0"
|
macro_rules_attribute = "0.2.0"
|
||||||
thiserror = "1.0.49"
|
thiserror = "1.0.49"
|
||||||
fancy-regex = { version = "0.11", optional = true}
|
fancy-regex = { version = "0.13", optional = true}
|
||||||
getrandom = { version = "0.2.10" }
|
getrandom = { version = "0.2.10" }
|
||||||
esaxx-rs = { version = "0.1.10", default-features = false, features=[]}
|
esaxx-rs = { version = "0.1.10", default-features = false, features=[]}
|
||||||
monostate = "0.1.9"
|
monostate = "0.1.9"
|
||||||
|
Reference in New Issue
Block a user