Merge pull request 'chore(deps): update rust crate ed25519-bip32 to v0.4.2' (#2) from renovate/ed25519-bip32-0.x-lockfile into main
This commit is contained in:
commit
6c021837fb
1 changed files with 13 additions and 7 deletions
20
Cargo.lock
generated
20
Cargo.lock
generated
|
|
@ -82,7 +82,7 @@ version = "0.0.1"
|
|||
dependencies = [
|
||||
"bech32",
|
||||
"bip39",
|
||||
"cryptoxide",
|
||||
"cryptoxide 0.4.4",
|
||||
"ed25519-bip32",
|
||||
"pallas-addresses",
|
||||
"pallas-codec",
|
||||
|
|
@ -412,6 +412,12 @@ version = "0.4.4"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "382ce8820a5bb815055d3553a610e8cb542b2d767bbacea99038afda96cd760d"
|
||||
|
||||
[[package]]
|
||||
name = "cryptoxide"
|
||||
version = "0.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "facfae029ec4373769eb4bd936bcf537de1052abaee9f246e667c9443be6aa95"
|
||||
|
||||
[[package]]
|
||||
name = "curve25519-dalek"
|
||||
version = "4.1.3"
|
||||
|
|
@ -481,11 +487,11 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|||
|
||||
[[package]]
|
||||
name = "ed25519-bip32"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cb588f93c0d91b2f668849fd6d030cddb0b2e31f105963be189da5acdf492a21"
|
||||
checksum = "a9bf77cf581d1a8c5f73c45e6d31aa45cfcb94438310f2f628b07e4727949115"
|
||||
dependencies = [
|
||||
"cryptoxide",
|
||||
"cryptoxide 0.5.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1298,7 +1304,7 @@ dependencies = [
|
|||
"base58",
|
||||
"bech32",
|
||||
"crc",
|
||||
"cryptoxide",
|
||||
"cryptoxide 0.4.4",
|
||||
"hex",
|
||||
"pallas-codec",
|
||||
"pallas-crypto",
|
||||
|
|
@ -1321,7 +1327,7 @@ name = "pallas-crypto"
|
|||
version = "0.32.1"
|
||||
source = "git+https://github.com/Sulkta-Coop/pallas.git?branch=feat-aux-data#8091abd1b45c716453b7360def29311cf4600c0d"
|
||||
dependencies = [
|
||||
"cryptoxide",
|
||||
"cryptoxide 0.4.4",
|
||||
"hex",
|
||||
"pallas-codec",
|
||||
"rand_core 0.6.4",
|
||||
|
|
@ -1385,7 +1391,7 @@ source = "git+https://github.com/Sulkta-Coop/pallas.git?branch=feat-aux-data#809
|
|||
dependencies = [
|
||||
"bech32",
|
||||
"bip39",
|
||||
"cryptoxide",
|
||||
"cryptoxide 0.4.4",
|
||||
"ed25519-bip32",
|
||||
"pallas-crypto",
|
||||
"rand 0.8.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue