fix(deps): update rust crate iota-crypto to 0.15 (#62)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-01-07 20:05:47 +01:00
committed by GitHub
parent fca1b85d42
commit b7522ed71c
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ tauri.workspace = true
log.workspace = true
thiserror.workspace = true
iota_stronghold = { version = "0.8" }
iota-crypto = "0.14"
iota-crypto = "0.15"
hex = "0.4"
zeroize = { version = "1", features = ["zeroize_derive"] }