From b1395a02b8690d402a76e65e1dd2b671d77992bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:41:44 +0000 Subject: [PATCH] Update zip32 requirement from 0.1 to 0.2 Updates the requirements on [zip32](https://github.com/zcash/zip32) to permit the latest version. - [Changelog](https://github.com/zcash/zip32/blob/master/CHANGELOG.md) - [Commits](https://github.com/zcash/zip32/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: zip32 dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frost-uniffi-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frost-uniffi-sdk/Cargo.toml b/frost-uniffi-sdk/Cargo.toml index 0a26497..f0ab22d 100644 --- a/frost-uniffi-sdk/Cargo.toml +++ b/frost-uniffi-sdk/Cargo.toml @@ -24,7 +24,7 @@ orchard = { git = "https://github.com/pacu/orchard", rev = "d0d6d2c1ab141d503725 zcash_primitives = { git = "https://github.com/pacu/librustzcash", rev = "be8444bde5494bfd3d3ab03953f5ef31ba976c4e" } zcash_protocol = { git = "https://github.com/pacu/librustzcash", rev = "be8444bde5494bfd3d3ab03953f5ef31ba976c4e" } zcash_keys = { git = "https://github.com/pacu/librustzcash", rev = "be8444bde5494bfd3d3ab03953f5ef31ba976c4e", features = ["orchard", "unstable-frost"] } -zip32 = "0.1" +zip32 = "0.2" zcash_address = { git = "https://github.com/pacu/librustzcash", rev = "be8444bde5494bfd3d3ab03953f5ef31ba976c4e" } # Other dependencies