bump hannoy to 0.0.8

This commit is contained in:
nnethercott
2025-09-18 11:23:57 +02:00
parent f9ffb8ada5
commit 7a6cf30cb2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2613,9 +2613,9 @@ dependencies = [
[[package]] [[package]]
name = "hannoy" name = "hannoy"
version = "0.0.7" version = "0.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da289f8777194676602b38559b92a0e36e714e06bb5f9fed1ef88da116b23811" checksum = "0dba13a271c49a119a97862ebf0a74131d879832868400d9fcd937b790058fdd"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"byteorder", "byteorder",

View File

@ -88,7 +88,7 @@ rhai = { version = "1.22.2", features = [
"sync", "sync",
] } ] }
arroy = "0.6.3" arroy = "0.6.3"
hannoy = { version = "0.0.7", features = ["arroy"] } hannoy = { version = "0.0.8", features = ["arroy"] }
rand = "0.8.5" rand = "0.8.5"
tracing = "0.1.41" tracing = "0.1.41"
ureq = { version = "2.12.1", features = ["json"] } ureq = { version = "2.12.1", features = ["json"] }