Skip to content

Commit

Permalink
Bump tiny-bip39 from 0.6.2 to 0.7.0 (#7750)
Browse files Browse the repository at this point in the history
Bumps [tiny-bip39](https://github.com/maciejhirsz/tiny-bip39) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/maciejhirsz/tiny-bip39/releases)
- [Changelog](https://github.com/maciejhirsz/tiny-bip39/blob/master/CHANGELOG.md)
- [Commits](https://github.com/maciejhirsz/tiny-bip39/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and garious committed Jan 10, 2020
1 parent 80d2573 commit 1e3082f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
37 changes: 35 additions & 2 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 keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ num_cpus = "1.11.1"
rpassword = "4.0"
solana-clap-utils = { path = "../clap-utils", version = "0.23.0" }
solana-sdk = { path = "../sdk", version = "0.23.0" }
tiny-bip39 = "0.6.2"
tiny-bip39 = "0.7.0"

[[bin]]
name = "solana-keygen"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ solana-logger = { path = "../logger", version = "0.23.0", optional = true }
solana-sdk-macro = { path = "macro", version = "0.23.0" }

[dev-dependencies]
tiny-bip39 = "0.6.2"
tiny-bip39 = "0.7.0"

0 comments on commit 1e3082f

Please sign in to comment.