bump hannoy to 0.6

This commit is contained in:
nnethercott
2025-09-16 11:02:46 +02:00
parent 5bef2f4d86
commit a47888f02c
3 changed files with 14 additions and 4 deletions

View File

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