Skip to content

Commit

Permalink
fix(deps): update rust crate tokenizers to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent ba5b577 commit 33a6027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "src/lib.rs"

[dependencies]
tch = "0.17.0"
tokenizers = "0.20.0"
tokenizers = "0.21.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rayon = "1.5"
Expand Down

0 comments on commit 33a6027

Please sign in to comment.