diff --git a/Cargo.lock b/Cargo.lock index af79cac2a..c919caa15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2758,9 +2758,9 @@ dependencies = [ [[package]] name = "hannoy" -version = "0.0.9-nested-rtxns" +version = "0.0.9-nested-rtxns-2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5a945b92b063e677d658cfcc7cb6dec2502fe44631f017084938f14d6ce30e" +checksum = "06eda090938d9dcd568c8c2a5de383047ed9191578ebf4a342d2975d16e621f2" dependencies = [ "bytemuck", "byteorder", diff --git a/crates/milli/Cargo.toml b/crates/milli/Cargo.toml index 517cd102c..938dfe95e 100644 --- a/crates/milli/Cargo.toml +++ b/crates/milli/Cargo.toml @@ -90,7 +90,7 @@ rhai = { version = "1.22.2", features = [ "sync", ] } arroy = "0.6.4-nested-rtxns" -hannoy = { version = "0.0.9-nested-rtxns", features = ["arroy"] } +hannoy = { version = "0.0.9-nested-rtxns-2", features = ["arroy"] } rand = "0.8.5" tracing = "0.1.41" ureq = { version = "2.12.1", features = ["json"] }