Skip to content

Commit

Permalink
chore: bump tiny-bip39 from 0.8.0 to 0.8.1 (solana-labs#20136)
Browse files Browse the repository at this point in the history
* chore: bump tiny-bip39 from 0.8.0 to 0.8.1

Bumps [tiny-bip39](https://github.com/maciejhirsz/tiny-bip39) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/maciejhirsz/tiny-bip39/releases)
- [Changelog](https://github.com/maciejhirsz/tiny-bip39/blob/master/CHANGELOG.md)
- [Commits](maciejhirsz/tiny-bip39@v0.8.0...v0.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and solana-jenkins authored Sep 23, 2021
1 parent 5bbb0da commit 038d773
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 97 deletions.
118 changes: 29 additions & 89 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 clap-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rpassword = "5.0"
solana-remote-wallet = { path = "../remote-wallet", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
thiserror = "1.0.29"
tiny-bip39 = "0.8.0"
tiny-bip39 = "0.8.1"
uriparse = "0.6.3"
url = "2.2.2"
chrono = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ solana-version = { path = "../version", version = "=1.8.0" }
solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] }
thiserror = "1.0.29"
tiny-bip39 = "0.7.0"
tiny-bip39 = "0.8.1"

[dev-dependencies]
solana-core = { path = "../core", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ solana-cli-config = { path = "../cli-config", version = "=1.8.0" }
solana-remote-wallet = { path = "../remote-wallet", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
solana-version = { path = "../version", version = "=1.8.0" }
tiny-bip39 = "0.7.0"
tiny-bip39 = "0.8.1"

[[bin]]
name = "solana-keygen"
Expand Down
12 changes: 8 additions & 4 deletions programs/bpf/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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ uriparse = "0.6.3"

[dev-dependencies]
curve25519-dalek = "3.2.0"
tiny-bip39 = "0.7.0"
tiny-bip39 = "0.8.1"

[build-dependencies]
rustc_version = "0.4"
Expand Down

0 comments on commit 038d773

Please sign in to comment.