Skip to content

Commit bc75e96

Browse files
fix(deps): bump hnsw_rs from 0.3.1 to 0.3.3
Bumps [hnsw_rs](https://github.com/jean-pierreBoth/hnswlib-rs) from 0.3.1 to 0.3.3. - [Changelog](https://github.com/jean-pierreBoth/hnswlib-rs/blob/master/Changes.md) - [Commits](https://github.com/jean-pierreBoth/hnswlib-rs/commits) --- updated-dependencies: - dependency-name: hnsw_rs dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf39ab6 commit bc75e96

File tree

2 files changed

+8
-48
lines changed

2 files changed

+8
-48
lines changed

Cargo.lock

Lines changed: 7 additions & 47 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
@@ -27,7 +27,7 @@ tokio-util.workspace = true
2727
glob.workspace = true
2828

2929
# Vector search library - pin to avoid edition2024 requirement
30-
hnsw_rs = "=0.3.1"
30+
hnsw_rs = "=0.3.3"
3131

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

0 commit comments

Comments
 (0)