fix(deps): update rust crate iota-crypto to 0.20 (#394)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-05-24 10:44:48 +02:00
committed by GitHub
parent 6adcedc0c2
commit 07406f1c9d
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ tauri.workspace = true
log.workspace = true
thiserror.workspace = true
iota_stronghold = "1"
iota-crypto = "0.19"
iota-crypto = "0.20"
hex = "0.4"
zeroize = { version = "1", features = ["zeroize_derive"] }