From: Steve Myers Date: Sun, 26 Mar 2023 01:32:17 +0000 (-0500) Subject: Merge bitcoindevkit/bdk#875: Bump bip39 crate to v2.0.0 X-Git-Tag: v0.28.0~2 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=10608afb761f31583f4074f0423e2a92a10215e3;p=bdk Merge bitcoindevkit/bdk#875: Bump bip39 crate to v2.0.0 a4647cfa98c300a196cafc5303cc08221d0e23bb Bump bip39 crate to v2.0.0 (Elias Rohrer) Pull request description: ### Description The updated version of `rust-bip39` was just released. It also [bumped the pinned version](https://github.com/rust-bitcoin/rust-bip39/pull/41) of `unicode-normalization`, which previously had lead to some incompatibilities. ### Notes to the reviewers ### Changelog notice ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: rajarshimaitra: tACK a4647cfa98c300a196cafc5303cc08221d0e23bb notmandatory: tACK a4647cfa98c300a196cafc5303cc08221d0e23bb Tree-SHA512: c13f2c5081cd1cf0477ed41717b09b4854651ee43434760b12a460c19657ec6f437d6401b0b6d32c8315491301d7c9848f0575d427f027adc8390d649fe898a9 --- 10608afb761f31583f4074f0423e2a92a10215e3 diff --cc Cargo.toml index 64413ce8,c8b29c54..e1801b8e --- a/Cargo.toml +++ b/Cargo.toml @@@ -31,9 -31,9 +31,9 @@@ async-trait = { version = "0.1", option rocksdb = { version = "0.14", default-features = false, features = ["snappy"], optional = true } cc = { version = ">=1.0.64", optional = true } socks = { version = "0.3", optional = true } -hwi = { version = "0.5", optional = true, features = [ "use-miniscript"] } +hwi = { version = "0.5", optional = true, features = ["use-miniscript"] } - bip39 = { version = "1.0.1", optional = true } + bip39 = { version = "2.0.0", optional = true } bitcoinconsensus = { version = "0.19.0-3", optional = true } # Needed by bdk_blockchain_tests macro and the `rpc` feature