diff --git a/Cargo.lock b/Cargo.lock index 914cf5259..ec5e9a531 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2613,9 +2613,9 @@ dependencies = [ [[package]] name = "hannoy" -version = "0.0.7" +version = "0.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da289f8777194676602b38559b92a0e36e714e06bb5f9fed1ef88da116b23811" +checksum = "0dba13a271c49a119a97862ebf0a74131d879832868400d9fcd937b790058fdd" dependencies = [ "bytemuck", "byteorder", diff --git a/crates/milli/Cargo.toml b/crates/milli/Cargo.toml index 696208283..663ec7e6f 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.3" -hannoy = { version = "0.0.7", features = ["arroy"] } +hannoy = { version = "0.0.8", features = ["arroy"] } rand = "0.8.5" tracing = "0.1.41" ureq = { version = "2.12.1", features = ["json"] }