Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updates the tiny-bip39 crate to the last version which includes an im…
…portant security fix
  • Loading branch information
neithanmo committed Nov 9, 2020
commit 4a066ddb60cbe1402d22c27c1e920067e38adced
2 changes: 1 addition & 1 deletion signer-npm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]

[dependencies]
tiny-bip39 = "0.7.3"
tiny-bip39 = "0.8.0"
thiserror = "1.0.20"
serde_json = "1.0.56"
libsecp256k1 = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ forest_encoding = "0.1.2"
forest_cid = "0.1.1"
forest_crypto = "0.3.1"

tiny-bip39 = "0.7.3"
tiny-bip39 = "0.8.0"
num_bigint_chainsafe = { package = "forest_bigint", version = "0.1.0"}

zx-bip44 = "0.1.0"
Expand Down