Skip to content

Commit

Permalink
[ENH] Bump to the latest chromadb-rs pr. (#3349)
Browse files Browse the repository at this point in the history
This updates the client to not contend within libssl.
  • Loading branch information
rescrv authored Dec 23, 2024
1 parent c67dd8d commit 86d6d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/load/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ opentelemetry_sdk = { workspace = true }

# Unlikely to be used in the workspace.
axum = "0.7"
chromadb = { git = "https://github.com/rescrv/chromadb-rs", rev = "3b2a9c96bf99cd0f9bd4e09ea983df335d6bbf68" }
chromadb = { git = "https://github.com/rescrv/chromadb-rs", rev = "a88e5a83e27e168362262308f62a34065b19e067" }
guacamole = { version = "0.9", default-features = false }
tower-http = { version = "0.6.2", features = ["trace"] }
reqwest = { version = "0.12", features = ["json"] }
Expand Down

0 comments on commit 86d6d27

Please sign in to comment.