From ed24a708b4f6d40be7bef2ef92a9bfb53cf422ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:02:09 +0000 Subject: [PATCH] fix(deps): update rust crate iota-crypto to 0.17 --- Cargo.lock | 6 +++--- plugins/stronghold/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56985f65..726272bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1994,9 +1994,9 @@ dependencies = [ [[package]] name = "iota-crypto" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d1d447f89ea13f2cd26d50195378bb2f76a0f9320ae4db3c0811b25fe6ed6c1" +checksum = "ef4f42fc99281d9677950005223e2d0b122f5b08da6c92d91833017b279373db" dependencies = [ "autocfg", ] @@ -4432,7 +4432,7 @@ name = "tauri-plugin-stronghold" version = "0.1.0" dependencies = [ "hex", - "iota-crypto 0.16.0", + "iota-crypto 0.17.0", "iota_stronghold", "log", "rand 0.8.5", diff --git a/plugins/stronghold/Cargo.toml b/plugins/stronghold/Cargo.toml index a8d4ab23..8d3d72d2 100644 --- a/plugins/stronghold/Cargo.toml +++ b/plugins/stronghold/Cargo.toml @@ -16,7 +16,7 @@ tauri.workspace = true log.workspace = true thiserror.workspace = true iota_stronghold = "1" -iota-crypto = "0.16" +iota-crypto = "0.17" hex = "0.4" zeroize = { version = "1", features = ["zeroize_derive"] }