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

View File

@ -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"] }