bump from hannoy 0.0.6 to 0.0.7

This commit is contained in:
nnethercott
2025-09-16 12:00:36 +02:00
parent a47888f02c
commit f9ffb8ada5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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