Skip to content

Commit cc2577c

Browse files
authored
Merge pull request fedimint#6163 from fedimint/dependabot/cargo/bip39-2.1.0
chore(deps): bump bip39 from 2.0.0 to 2.1.0
2 parents 6373396 + ff0b873 commit cc2577c

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)