From 86d6d27dea96928a1a3bc8d2db5df0a04044d1ae Mon Sep 17 00:00:00 2001 From: Robert Escriva Date: Mon, 23 Dec 2024 10:25:50 -0800 Subject: [PATCH] [ENH] Bump to the latest chromadb-rs pr. (#3349) This updates the client to not contend within libssl. --- rust/load/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/load/Cargo.toml b/rust/load/Cargo.toml index 71e6912a49b..5d3000010c5 100644 --- a/rust/load/Cargo.toml +++ b/rust/load/Cargo.toml @@ -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"] }