Skip to content

Commit ff0b873

Browse files
authoredOct 14, 2024
chore(deps): bump bip39 from 2.0.0 to 2.1.0
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]>
1 parent b664127 commit ff0b873

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎fedimint-bip39/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "fedimint_bip39"
1515
path = "./src/lib.rs"
1616

1717
[dependencies]
18-
bip39 = { version = "2.0.0", features = ["rand"] }
18+
bip39 = { version = "2.1.0", features = ["rand"] }
1919
fedimint-client = { workspace = true }
2020
fedimint-core = { workspace = true }
2121
rand = { workspace = true }

0 commit comments

Comments
 (0)
Please sign in to comment.