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