Skip to content

Commit 8c9b02e

Browse files
fix(deps): bump bm25 from 2.2.1 to 2.3.0
--- updated-dependencies: - dependency-name: bm25 dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c42019 commit 8c9b02e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -29,7 +29,7 @@ tokio-util.workspace = true
2929
hnsw_rs = "=0.3.1"
3030

3131
# BM25 implementation - works on all platforms including ARM
32-
bm25 = { version = "2.2.1", features = ["language_detection"] }
32+
bm25 = { version = "2.3.0", features = ["language_detection"] }
3333

3434
# Common dependencies for all platforms
3535
anyhow = "1.0"

0 commit comments

Comments
 (0)