Skip to content

Commit 656d125

Browse files
fix(deps): bump hnsw_rs from 0.3.1 to 0.3.2
--- updated-dependencies: - dependency-name: hnsw_rs dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09aa3cb commit 656d125

File tree

2 files changed

+8
-47
lines changed

2 files changed

+8
-47
lines changed

Cargo.lock

Lines changed: 7 additions & 46 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
@@ -26,7 +26,7 @@ tokio.workspace = true
2626
tokio-util.workspace = true
2727

2828
# Vector search library - pin to avoid edition2024 requirement
29-
hnsw_rs = "=0.3.1"
29+
hnsw_rs = "=0.3.2"
3030

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

0 commit comments

Comments
 (0)