diff --git a/rust/load/Cargo.toml b/rust/load/Cargo.toml index 48e248cce67..b8b22a7e88c 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 = "e364e35c34c660d4e8e862436ea600ddc2f46a1e" } +chromadb = { git = "https://github.com/rescrv/chromadb-rs", rev = "e9a8fb2e8b8edf7acfb1accf10166720a6bbbd33" } guacamole = { version = "0.9", default-features = false } tower-http = { version = "0.6.2", features = ["trace"] } reqwest = { version = "0.12", features = ["json"] }