diff --git a/Cargo.lock b/Cargo.lock index b77c2ced3..83cbe8877 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2604,7 +2604,7 @@ dependencies = [ [[package]] name = "hannoy" version = "0.0.2" -source = "git+https://github.com/nnethercott/hannoy?rev=cab22c0#cab22c01dce4c825ae4d0d8824ba51ed4cef57e1" +source = "git+https://github.com/nnethercott/hannoy?branch=main#93a24c4cdf712152c90d27a2898715f22942c35c" dependencies = [ "bytemuck", "byteorder", @@ -2616,6 +2616,7 @@ dependencies = [ "rand 0.8.5", "rayon", "roaring", + "rustc-hash 2.1.1", "thiserror 2.0.12", "tinyvec", "tracing", diff --git a/crates/milli/Cargo.toml b/crates/milli/Cargo.toml index 12dacf1b1..1ae431082 100644 --- a/crates/milli/Cargo.toml +++ b/crates/milli/Cargo.toml @@ -88,7 +88,7 @@ rhai = { version = "1.22.2", features = [ "sync", ] } arroy = "0.6.1" -hannoy = { git = "https://github.com/nnethercott/hannoy", rev = "cab22c0" } +hannoy = { git = "https://github.com/nnethercott/hannoy", branch = "main" } rand = "0.8.5" tracing = "0.1.41" ureq = { version = "2.12.1", features = ["json"] }