Skip to content

Commit 0acf52f

Browse files
Update Rust crate bip0039 to v0.13.3
1 parent cc5f0d8 commit 0acf52f

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ trait-variant = "0.1"
156156

157157
# ZIP 32
158158
aes = "0.8"
159-
bip0039 = { version = "0.12" }
159+
bip0039 = { version = "0.13" }
160160
fpe = { version = "0.6", default-features = false, features = ["alloc"] }
161161
zip32 = { version = "0.2", default-features = false }
162162

src/nerdbank-zcash-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ rustls = "0.23.35"
7878
[dev-dependencies]
7979
testdir = "=0.9.1"
8080
matches = "=0.1.10"
81-
bip0039 = { version = "=0.12.0", features = ["std"] }
81+
bip0039 = { version = "=0.13.3", features = ["std"] }

0 commit comments

Comments
 (0)