diff --git a/Cargo.toml b/Cargo.toml index 1588be6..8df869d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ rand = { version = "0.8.5", optional = true } [dev-dependencies] rand = "0.8.5" criterion = "0.5.1" -tokenizers = "0.14.1" +tokenizers = "0.15.0" [[bench]] name = "tokenize"