Skip to content

Commit

Permalink
Bump bip39 from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [bip39](https://github.com/rust-bitcoin/rust-bip39) from 2.0.0 to 2.1.0.
- [Changelog](https://github.com/rust-bitcoin/rust-bip39/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-bip39@v2.0.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 7dcd3c7 commit 35c5fa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 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 crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ uuid ={ version="1.10.0", features=["v4"] }
tokio-tungstenite="0.24.0"
bincode ="1.3.3"
bip32 ={ version="0.5.2" }
bip39 ={ version="2.0.0", features=["zeroize"] }
bip39 ={ version="2.1.0", features=["zeroize"] }
bytes ={ version="1.7", default-features=false, features=["serde"] }
base64 ="0.22.1"
clap ={ version="4.5.19", features=["derive"] }
Expand Down

0 comments on commit 35c5fa8

Please sign in to comment.