mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 03:01:02 +00:00
Update substrate bip39 version. (#6955)
* update bip39 version * and lock
This commit is contained in:
Generated
+3
-2
@@ -8620,14 +8620,15 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "substrate-bip39"
|
name = "substrate-bip39"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c004e8166d6e0aa3a9d5fa673e5b7098ff25f930de1013a21341988151e681bb"
|
checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hmac",
|
"hmac",
|
||||||
"pbkdf2",
|
"pbkdf2",
|
||||||
"schnorrkel",
|
"schnorrkel",
|
||||||
"sha2 0.8.2",
|
"sha2 0.8.2",
|
||||||
|
"zeroize",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ hash-db = { version = "0.15.2", default-features = false }
|
|||||||
hash256-std-hasher = { version = "0.15.2", default-features = false }
|
hash256-std-hasher = { version = "0.15.2", default-features = false }
|
||||||
base58 = { version = "0.1.0", optional = true }
|
base58 = { version = "0.1.0", optional = true }
|
||||||
rand = { version = "0.7.3", optional = true, features = ["small_rng"] }
|
rand = { version = "0.7.3", optional = true, features = ["small_rng"] }
|
||||||
substrate-bip39 = { version = "0.4.1", optional = true }
|
substrate-bip39 = { version = "0.4.2", optional = true }
|
||||||
tiny-bip39 = { version = "0.7", optional = true }
|
tiny-bip39 = { version = "0.7", optional = true }
|
||||||
regex = { version = "1.3.1", optional = true }
|
regex = { version = "1.3.1", optional = true }
|
||||||
num-traits = { version = "0.2.8", default-features = false }
|
num-traits = { version = "0.2.8", default-features = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user