Skip to content

Commit

Permalink
SFT-4401: Bump bip39 version to ^2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandudey committed Nov 13, 2024
1 parent 1fae9c6 commit 1e74b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ homepage = "https://github.com/Foundation-Devices/foundation-rs"
anyhow = { version = "1.0.83", default-features = false }
arbitrary = { version = "1", features = ["derive"] }
bech32 = { version = "0.9", default-features = false }
bip39 = { version = "2", default-features = false }
bip39 = { version = "2.1", default-features = false }
bitcoin = { version = "0.31", default-features = false }
bitcoin_hashes = { version = "0.14", default-features = false }
bs58 = "0.5"
Expand Down

0 comments on commit 1e74b4e

Please sign in to comment.