Skip to content

Commit

Permalink
build(deps): bump bip39 from 1.1.0 to 2.0.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Mar 13, 2023
1 parent 9c77701 commit c2dfa38
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 31 deletions.
53 changes: 23 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ abscissa_core = { version = "0.7.0" }
abscissa_tokio = { version = "0.7.0", features = ["actix"] }
actix = "0.13"
actix-rt = "2.2"
bip39 = "1"
bip39 = "2"
clap = { version = "4", features = ["derive"] }
cosmos-sdk-proto = "0.14.0"
cosmrs = { version = "0.11.0" }
Expand Down

0 comments on commit c2dfa38

Please sign in to comment.