Skip to content

Commit 4ebc9aa

Browse files
author
Philip Sampaio
committed
Update some dependencies in the Rust crate
1 parent 199b2b8 commit 4ebc9aa

File tree

2 files changed

+28
-90
lines changed

2 files changed

+28
-90
lines changed

native/ex_tokenizers/Cargo.lock

+26-89
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/ex_tokenizers/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
anyhow = "1"
14-
rustler = "0.25.0"
14+
rustler = "0.27.0"
1515
thiserror = "1"
16+
regex = "1.5.5"
1617
tokenizers = { version = "0.11.3", default-features = false, features = []}

0 commit comments

Comments
 (0)