Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump bip39 from 1.1.0 to 2.0.0 #208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2023

Bumps bip39 from 1.1.0 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
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

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 28, 2023
@dependabot dependabot bot requested review from amimart and ccamel February 28, 2023 05:09
@codecov-commenter
Copy link

codecov-commenter commented Feb 28, 2023

Codecov Report

Merging #208 (60de52c) into main (e6382d6) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #208   +/-   ##
=====================================
  Coverage   1.41%   1.41%           
=====================================
  Files         32      32           
  Lines        917     917           
=====================================
  Hits          13      13           
  Misses       904     904           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot dependabot bot force-pushed the dependabot/cargo/bip39-2.0.0 branch from 819e2d8 to c11b498 Compare March 2, 2023 05:22
@dependabot dependabot bot force-pushed the dependabot/cargo/bip39-2.0.0 branch 2 times, most recently from c2dfa38 to 40a3f5d Compare March 13, 2023 05:37
@dependabot dependabot bot force-pushed the dependabot/cargo/bip39-2.0.0 branch from 40a3f5d to ad4c11b Compare March 20, 2023 05:35
Bumps [bip39](https://github.com/rust-bitcoin/rust-bip39) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/rust-bitcoin/rust-bip39/releases)
- [Changelog](https://github.com/rust-bitcoin/rust-bip39/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-bip39@v1.1.0...v2.0.0)

---
updated-dependencies:
- dependency-name: bip39
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/bip39-2.0.0 branch from ad4c11b to 60de52c Compare March 24, 2023 05:22
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants