fix(deps): update rust crate iota-crypto to 0.23 (#495)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-07-13 22:40:05 +02:00
committed by GitHub
parent 07f3a89df0
commit 180ec441aa
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -2060,9 +2060,9 @@ dependencies = [
[[package]]
name = "iota-crypto"
version = "0.22.0"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33630908d0ad91adadb4ed401c57ab5801faa31198db11ab9e7a5ab3c710973b"
checksum = "c5d5a986d972c3a703d48ced24fdc0bf16fb2d02959ff4b152fa77b9132f6fb0"
dependencies = [
"autocfg",
]
@@ -4594,7 +4594,7 @@ name = "tauri-plugin-stronghold"
version = "0.0.0"
dependencies = [
"hex",
"iota-crypto 0.22.0",
"iota-crypto 0.23.0",
"iota_stronghold",
"log",
"rand 0.8.5",
+1 -1
View File
@@ -16,7 +16,7 @@ tauri.workspace = true
log.workspace = true
thiserror.workspace = true
iota_stronghold = "1"
iota-crypto = "0.22"
iota-crypto = "0.23"
hex = "0.4"
zeroize = { version = "1", features = ["zeroize_derive"] }