]> Untitled Git - bdk/commitdiff
Merge bitcoindevkit/bdk#875: Bump bip39 crate to v2.0.0
authorSteve Myers <steve@notmandatory.org>
Sun, 26 Mar 2023 01:32:17 +0000 (20:32 -0500)
committerSteve Myers <steve@notmandatory.org>
Sun, 26 Mar 2023 02:05:59 +0000 (21:05 -0500)
a4647cfa98c300a196cafc5303cc08221d0e23bb Bump bip39 crate to v2.0.0 (Elias Rohrer)

Pull request description:

  <!-- You can erase any parts of this template not applicable to your Pull Request. -->

  ### 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

  <!-- In this section you can include notes directed to the reviewers, like explaining why some parts
  of the PR were done in a specific way -->

  ### Changelog notice

  <!-- Notice the release manager should include in the release tag message changelog -->
  <!-- See https://keepachangelog.com/en/1.0.0/ for examples -->

  ### 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

1  2 
Cargo.toml

diff --cc Cargo.toml
index 64413ce8b9d641b2b494599fb1c3cc6ca204e852,c8b29c54d65d6feff7883e6c0b1eab15f36d7604..e1801b8e69ab9e374ab996586a79ed0ca0167068
@@@ -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