Skip to content

Commit

Permalink
Merge pull request #144 from tuna2134/renovate/tokenizers-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tokenizers to 0.21.0
  • Loading branch information
tuna2134 authored Dec 18, 2024
2 parents bf44b07 + 1b2054c commit 593dbaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sbv2_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tar = "0.4.41"
thiserror = "1.0.63"
tokenizers = { version = "0.20.0", default-features = false }
tokenizers = { version = "0.21.0", default-features = false }
zstd = "0.13.2"

[features]
Expand Down

0 comments on commit 593dbaf

Please sign in to comment.