From 834b07392099d6f661e425be9c38f7840756ef0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:34:44 +0000 Subject: [PATCH] Update bip0039 requirement from 0.12 to 0.14 Updates the requirements on [bip0039](https://github.com/koushiro/rust-bips) to permit the latest version. - [Release notes](https://github.com/koushiro/rust-bips/releases) - [Changelog](https://github.com/koushiro/rust-bips/blob/main/release.toml) - [Commits](https://github.com/koushiro/rust-bips/commits/bip0039-v0.14.0) --- updated-dependencies: - dependency-name: bip0039 dependency-version: 0.14.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..ae265f9 100644 --- a/frost-uniffi-sdk/Cargo.toml +++ b/frost-uniffi-sdk/Cargo.toml @@ -28,7 +28,7 @@ zip32 = "0.1" zcash_address = { git = "https://github.com/pacu/librustzcash", rev = "be8444bde5494bfd3d3ab03953f5ef31ba976c4e" } # Other dependencies -bip0039 = "0.12" +bip0039 = "0.14" [features]