diff --git a/Cargo.lock b/Cargo.lock index e73b3234d5..5f781f3158 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1667,9 +1667,9 @@ dependencies = [ [[package]] name = "iota_stronghold" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04436fca4c5e566318aa3da37b97cd833d1f2f794a2fe373b05a85b68454a212" +checksum = "8c0d301c7edbc31494d183b7d24c1bb51d3fb10fce2f3793df1baf45b6988e10" dependencies = [ "bincode", "hkdf", diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 6b79bab846..a6c6718601 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -67,7 +67,7 @@ futures = { version = "0.3.30", default-features = false, features = [ heck = { version = "0.4.1", default-features = false, optional = true } instant = { version = "0.1.12", default-features = false, optional = true } iota-ledger-nano = { version = "1.0.1", default-features = false, optional = true } -iota_stronghold = { version = "2.0.0", default-features = false, optional = true } +iota_stronghold = { version = "2.1.0", default-features = false, optional = true } log = { version = "0.4.20", default-features = false, optional = true } num_cpus = { version = "1.16.0", default-features = false, optional = true } once_cell = { version = "1.19.0", default-features = false, optional = true }