Skip to content

Commit 2d523f3

Browse files
fix(deps): bump tokenizers from 0.21.1 to 0.21.2
--- updated-dependencies: - dependency-name: tokenizers dependency-version: 0.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bed5a9b commit 2d523f3

File tree

2 files changed

+47
-19
lines changed

2 files changed

+47
-19
lines changed

Cargo.lock

Lines changed: 46 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/semantic_search_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ anyhow = "1.0"
4040
candle-core = { version = "0.9.1", features = [] }
4141
candle-nn = "0.9.1"
4242
candle-transformers = "0.9.1"
43-
tokenizers = "0.21.1"
43+
tokenizers = "0.21.2"
4444
hf-hub = { version = "0.4.2", default-features = false, features = ["rustls-tls", "tokio", "ureq"] }
4545

4646
# Conditionally enable Metal on macOS

0 commit comments

Comments
 (0)