[Add] Iota updater now with it's own crate

This commit is contained in:
Alex Emmet 2026-04-08 11:44:47 +02:00
commit eff1c019a8
6 changed files with 40 additions and 26 deletions

View file

@ -24,15 +24,7 @@ futures = "*"
futures-util = "*"
hex = "*"
hkdf = "0.12.4"
hyper = { version = "1.8.1", features = [
"capi",
"client",
"full",
"http1",
"http2",
"nightly",
"server",
] }
hyper = { version = "1.8.1", features = ["capi", "client", "full", "http1", "http2", "nightly", "server"] }
hyper-util = { version = "*" }
json = "*"
lazy_static = "1.5.0"