Skip to content

Update Rust crate bip0039 to v0.14.2 - #559

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bip0039-0.x
Open

Update Rust crate bip0039 to v0.14.2#559
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bip0039-0.x

Conversation

@renovate

@renovate renovate Bot commented Jan 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
bip0039 dev-dependencies minor =0.12.0=0.14.2
bip0039 workspace.dependencies minor 0.120.14

Release Notes

koushiro/rust-bips (bip0039)

v0.14.2

Compare Source

What's Changed
Added
Chore

Full Changelog: koushiro/rust-bips@bip0039-v0.14.1...bip0039-v0.14.2

v0.14.1

Compare Source

What's Changed
Chore

Full Changelog: koushiro/rust-bips@bip0039-v0.14.0...bip0039-v0.14.1

v0.14.0

Compare Source

bip0039 v0.14.0
Breaking Changes
  • The Language trait now requires a new method: words() -> &'static [&'static str; 2048].
    This is a breaking change for external/custom Language implementations (#​132).
  • word_of(index) now has a default implementation based on words().
    If you maintain a custom Language, add words() and ensure the list is 2048 entries,
    BIP-0039 ordered, NFKD-normalized, and unique.
Bug Fixes
  • No separate user-facing bug-fix entries in this release.
New Features
  • Added Language::words for direct access to the full BIP-0039 word list (#​132).
Performance & Behavior Improvements
  • Upgraded optional rand dependency from 0.9 to 0.10, with corresponding RNG-path
    updates (#​130).
  • Improved zeroization validation by rewriting drop/consume tests to avoid UB-prone
    patterns and make checks more reliable (#​129).
  • Enabled crate-level #![deny(unsafe_code)] to enforce a stricter safety boundary (#​129).

Full Changelog: koushiro/rust-bips@bip0039-v0.13.4...bip0039-v0.14.0

v0.13.4

Compare Source

What's Changed
Added

Full Changelog: koushiro/rust-bips@bip0039-v0.13.3...bip0039-v0.13.4

v0.13.3

Compare Source

What's Changed
Added

v0.13.2

Compare Source

What's Changed
Chore

v0.13.1

Compare Source

bip0039 v0.13.1
Breaking Changes
  • None.
Bug Fixes
  • None.
New Features
  • None.
Performance & Behavior Improvements
  • Fixed docs.rs build
  • Minor doc comment cleanup in language/wordlist modules.

Full Changelog: koushiro/rust-bips@bip0039-v0.13.0...bip0039-v0.13.1

v0.13.0

Compare Source

bip0039 v0.13.0
Breaking Changes
  • MSRV bumped to Rust 1.85.0 and the crate moved to the Rust 2024 edition.
  • Language trait surface changed: removed WORD_LIST/is_sorted/words_by_prefix; custom languages must implement word_of/index_of (or use the WordlistProvider path).
  • rand dependency upgraded to 0.9 (affects consumers enabling the rand feature).
Bug Fixes
  • None.
New Features
  • Added Mnemonic::from_normalized_phrase for parsing already NFKD-normalized phrases.
Performance & Behavior Improvements
  • Wordlist lookup now uses a generated PHF map, making index_of O(1).
  • Decoding/validation logic unified to reduce repeated passes and temporary allocations; normalized output is consistent.
  • Build script generates wordlists/indices only for enabled languages, reducing compile work and artifacts.
  • Sensitive data in Mnemonic now uses Zeroizing wrappers for more reliable zeroization on drop.

Full Changelog: koushiro/rust-bips@bip0039-v0.12.0...bip0039-v0.13.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jan 12, 2026
@codecov

codecov Bot commented Jan 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.44%. Comparing base (cc5f0d8) to head (70a858e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #559   +/-   ##
=======================================
  Coverage   55.44%   55.44%           
=======================================
  Files         109      109           
  Lines        6772     6772           
  Branches      861      861           
=======================================
  Hits         3755     3755           
  Misses       2800     2800           
  Partials      217      217           
Flag Coverage Δ
Windows 55.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/bip0039-0.x branch from df23f3d to 5861a7f Compare January 19, 2026 16:07
@renovate renovate Bot changed the title Update Rust crate bip0039 to v0.13.1 Update Rust crate bip0039 to v0.13.2 Jan 19, 2026
@renovate
renovate Bot force-pushed the renovate/bip0039-0.x branch from 5861a7f to 0acf52f Compare January 26, 2026 14:07
@renovate renovate Bot changed the title Update Rust crate bip0039 to v0.13.2 Update Rust crate bip0039 to v0.13.3 Jan 26, 2026
@renovate
renovate Bot force-pushed the renovate/bip0039-0.x branch from 0acf52f to 88da340 Compare January 30, 2026 10:03
@renovate renovate Bot changed the title Update Rust crate bip0039 to v0.13.3 Update Rust crate bip0039 to v0.13.4 Jan 30, 2026
@renovate
renovate Bot force-pushed the renovate/bip0039-0.x branch from 88da340 to 70a858e Compare February 25, 2026 04:58
@renovate renovate Bot changed the title Update Rust crate bip0039 to v0.13.4 Update Rust crate bip0039 to v0.14.0 Feb 25, 2026
@renovate
renovate Bot force-pushed the renovate/bip0039-0.x branch from 70a858e to bdf3cf3 Compare March 13, 2026 11:02
@renovate
renovate Bot force-pushed the renovate/bip0039-0.x branch from bdf3cf3 to ffff065 Compare April 24, 2026 05:19
@renovate renovate Bot changed the title Update Rust crate bip0039 to v0.14.0 Update Rust crate bip0039 to v0.14.1 Apr 24, 2026
@renovate

renovate Bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `sha2`.
    ... required by package `bip32 v0.6.0-pre.1`
    ... which satisfies dependency `bip32 = "=0.6.0-pre.1"` of package `zcash_client_backend v0.21.0 (/tmp/renovate/repos/github/nerdcash/Nerdbank.Cryptocurrencies/external/librustzcash/zcash_client_backend)`
    ... which satisfies path dependency `zcash_client_backend` (locked to 0.21.0) of package `nerdbank-zcash-rust v0.2.0 (/tmp/renovate/repos/github/nerdcash/Nerdbank.Cryptocurrencies/src/nerdbank-zcash-rust)`
versions that meet the requirements `=0.11.0-pre.4` are: 0.11.0-pre.4

all possible versions conflict with previously selected packages

  previously selected package `sha2 v0.11.0`
    ... which satisfies dependency `sha2 = "^0.11"` of package `bip0039 v0.14.2`
    ... which satisfies dependency `bip0039 = "=0.14.2"` of package `nerdbank-zcash-rust v0.2.0 (/tmp/renovate/repos/github/nerdcash/Nerdbank.Cryptocurrencies/src/nerdbank-zcash-rust)`

failed to select a version for `sha2` which could resolve this conflict

File name: src/nerdbank-zcash-rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src/nerdbank-zcash-rust/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `sha2`.
    ... required by package `bip32 v0.6.0-pre.1`
    ... which satisfies dependency `bip32 = "=0.6.0-pre.1"` of package `zcash_client_backend v0.21.0 (/tmp/renovate/repos/github/nerdcash/Nerdbank.Cryptocurrencies/external/librustzcash/zcash_client_backend)`
    ... which satisfies path dependency `zcash_client_backend` (locked to 0.21.0) of package `nerdbank-zcash-rust v0.2.0 (/tmp/renovate/repos/github/nerdcash/Nerdbank.Cryptocurrencies/src/nerdbank-zcash-rust)`
versions that meet the requirements `=0.11.0-pre.4` are: 0.11.0-pre.4

all possible versions conflict with previously selected packages

  previously selected package `sha2 v0.11.0`
    ... which satisfies dependency `sha2 = "^0.11"` of package `bip0039 v0.14.2`
    ... which satisfies dependency `bip0039 = "=0.14.2"` of package `nerdbank-zcash-rust v0.2.0 (/tmp/renovate/repos/github/nerdcash/Nerdbank.Cryptocurrencies/src/nerdbank-zcash-rust)`

failed to select a version for `sha2` which could resolve this conflict

@renovate
renovate Bot force-pushed the renovate/bip0039-0.x branch from ffff065 to 7b1868e Compare July 15, 2026 05:34
@renovate renovate Bot changed the title Update Rust crate bip0039 to v0.14.1 Update Rust crate bip0039 to v0.14.2 Jul 15, 2026
@AArnott

AArnott commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Attempted to rebase this update onto current main.

bip0039 0.14 pulls sha2 ^0.11 (stable), which conflicts with the workspace/bip32 pin on sha2 = 0.11.0-pre.4. Cargo cannot satisfy both.

Blocked on aligning the sha2/bip32 pre-release pins (likely via a broader librustzcash stack update). Not including this in the bulk dependency PR for now.

@AArnott AArnott mentioned this pull request Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant