crypto-com / defi-wallet-core-rs

Cross-platform, cross-blockchain wallet library in Rust for DeFi Wallet and other applications.
Other
48 stars 16 forks source link

Bump bip39 from 1.0.1 to 2.0.0 #864

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps bip39 from 1.0.1 to 2.0.0.

Changelog

Sourced from bip39's changelog.

v2.0.0

  • Set Rust edition to 2018
  • Make rand and rand_core dependencies more flexible
    • Increase maximum version in constraint
    • Make rand_core optional too
    • Expose both crates
  • Bump MSRV to 1.41.1

v1.2.0

  • Add Mnemonic::parse_in_normalized_without_checksum_check
  • Make public Mnemonic::normalize_utf8_cow

v1.1.0

  • Add zerioze support through a feature (MSRV 1.51)
  • Allow word count multiples of 3 instead of 6
  • Add support for no-std usage
  • Expose Language::word_list and Language::find_word methods
Commits
  • a30760b Merge pull request #41 from rust-bitcoin/msrv-1.41
  • 8f43d91 Merge pull request #45 from rust-bitcoin/github-ci
  • f41bf17 Update CHANGELOG and bump to v2.0.0
  • c827c39 Bump unicode-normalization dependency to 0.1.22
  • 8e6ba6d Make rand_core optional and expose rand and rand_core crates
  • f348415 Reorganize dependencies in Cargo.toml
  • 8d0f5e0 Bump MSRV to 1.41.1 in README
  • 6662e75 Make rand and rand_core deps more flexible
  • c821ec4 Remove [lib] section from manifest
  • 71d4329 Set edition to 2018
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)