[Add] Iota updater now with it's own crate
This commit is contained in:
parent
17929bdad3
commit
eff1c019a8
6 changed files with 40 additions and 26 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue