diff --git a/Cargo.lock b/Cargo.lock index 54cd338..59c4aa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2766,9 +2766,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokenizers" -version = "0.21.2" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c3846d8588abed0daba25a0e47edd58ea15e450a6088b2575f5116fdb0b27ca" +checksum = "a620b996116a59e184c2fa2dfd8251ea34a36d0a514758c6f966386bd2e03476" dependencies = [ "ahash", "aho-corasick", diff --git a/crates/sbv2_core/Cargo.toml b/crates/sbv2_core/Cargo.toml index db57d5d..400069f 100644 --- a/crates/sbv2_core/Cargo.toml +++ b/crates/sbv2_core/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.141" tar = "0.4.41" thiserror = "2.0.11" -tokenizers = { version = "0.21.2", default-features = false } +tokenizers = { version = "0.21.4", default-features = false } zstd = "0.13.2" [features]