mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Bump substrate-bip39 from 0.4.4 to 0.4.5 (#3025)
Bumps [substrate-bip39](https://github.com/paritytech/substrate-bip39) from 0.4.4 to 0.4.5. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/paritytech/substrate-bip39/commits/v0.4.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+92
-116
@@ -165,7 +165,7 @@ dependencies = [
|
||||
"hex-literal",
|
||||
"itoa",
|
||||
"proptest",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"ruint",
|
||||
"serde",
|
||||
"tiny-keccak",
|
||||
@@ -685,7 +685,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -695,7 +695,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rayon",
|
||||
]
|
||||
|
||||
@@ -1437,7 +1437,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f"
|
||||
dependencies = [
|
||||
"bitcoin_hashes",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_core 0.6.4",
|
||||
"serde",
|
||||
"unicode-normalization",
|
||||
@@ -3801,7 +3801,7 @@ dependencies = [
|
||||
"polkadot-overseer",
|
||||
"polkadot-primitives",
|
||||
"portpicker",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-cli",
|
||||
"sc-client-api",
|
||||
"sc-consensus",
|
||||
@@ -3909,7 +3909,7 @@ dependencies = [
|
||||
"parity-scale-codec",
|
||||
"polkadot-parachain-primitives",
|
||||
"polkadot-runtime-parachains",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-client-api",
|
||||
"scale-info",
|
||||
"sp-core",
|
||||
@@ -4212,7 +4212,7 @@ dependencies = [
|
||||
"parity-scale-codec",
|
||||
"pin-project",
|
||||
"polkadot-overseer",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-client-api",
|
||||
"sc-rpc-api",
|
||||
"sc-service",
|
||||
@@ -4351,7 +4351,7 @@ dependencies = [
|
||||
"polkadot-service",
|
||||
"polkadot-test-service",
|
||||
"portpicker",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rococo-parachain-runtime",
|
||||
"sc-basic-authorship",
|
||||
"sc-block-builder",
|
||||
@@ -5347,7 +5347,7 @@ dependencies = [
|
||||
"num-traits",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
]
|
||||
|
||||
@@ -5370,7 +5370,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rustc-hex",
|
||||
"static_assertions",
|
||||
]
|
||||
@@ -5515,7 +5515,7 @@ dependencies = [
|
||||
"linked-hash-map",
|
||||
"log",
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_pcg",
|
||||
"sc-block-builder",
|
||||
"sc-cli",
|
||||
@@ -5581,7 +5581,7 @@ dependencies = [
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
"sp-arithmetic",
|
||||
"sp-core",
|
||||
@@ -5601,7 +5601,7 @@ dependencies = [
|
||||
"frame-support",
|
||||
"honggfuzz",
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
"sp-arithmetic",
|
||||
"sp-npos-elections",
|
||||
@@ -6107,7 +6107,7 @@ version = "0.0.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9"
|
||||
dependencies = [
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_core 0.6.4",
|
||||
]
|
||||
|
||||
@@ -6899,7 +6899,7 @@ dependencies = [
|
||||
"hyper",
|
||||
"jsonrpsee-types",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -7350,7 +7350,7 @@ dependencies = [
|
||||
"parking_lot 0.12.1",
|
||||
"pin-project",
|
||||
"quick-protobuf",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rw-stream-sink",
|
||||
"smallvec",
|
||||
"thiserror",
|
||||
@@ -7406,7 +7406,7 @@ dependencies = [
|
||||
"multiaddr",
|
||||
"multihash 0.17.0",
|
||||
"quick-protobuf",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sha2 0.10.7",
|
||||
"thiserror",
|
||||
"zeroize",
|
||||
@@ -7431,7 +7431,7 @@ dependencies = [
|
||||
"libp2p-swarm",
|
||||
"log",
|
||||
"quick-protobuf",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sha2 0.10.7",
|
||||
"smallvec",
|
||||
"thiserror",
|
||||
@@ -7453,7 +7453,7 @@ dependencies = [
|
||||
"libp2p-identity",
|
||||
"libp2p-swarm",
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"smallvec",
|
||||
"socket2 0.4.9",
|
||||
"tokio",
|
||||
@@ -7489,7 +7489,7 @@ dependencies = [
|
||||
"log",
|
||||
"once_cell",
|
||||
"quick-protobuf",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sha2 0.10.7",
|
||||
"snow",
|
||||
"static_assertions",
|
||||
@@ -7511,7 +7511,7 @@ dependencies = [
|
||||
"libp2p-core",
|
||||
"libp2p-swarm",
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"void",
|
||||
]
|
||||
|
||||
@@ -7531,7 +7531,7 @@ dependencies = [
|
||||
"log",
|
||||
"parking_lot 0.12.1",
|
||||
"quinn-proto",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rustls 0.20.8",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
@@ -7549,7 +7549,7 @@ dependencies = [
|
||||
"libp2p-core",
|
||||
"libp2p-identity",
|
||||
"libp2p-swarm",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"smallvec",
|
||||
]
|
||||
|
||||
@@ -7568,7 +7568,7 @@ dependencies = [
|
||||
"libp2p-identity",
|
||||
"libp2p-swarm-derive",
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"smallvec",
|
||||
"tokio",
|
||||
"void",
|
||||
@@ -7694,7 +7694,7 @@ dependencies = [
|
||||
"libsecp256k1-core",
|
||||
"libsecp256k1-gen-ecmult",
|
||||
"libsecp256k1-gen-genmult",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"serde",
|
||||
"sha2 0.9.9",
|
||||
"typenum",
|
||||
@@ -8088,7 +8088,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"thrift",
|
||||
]
|
||||
|
||||
@@ -8101,7 +8101,7 @@ dependencies = [
|
||||
"hex",
|
||||
"lazy_static",
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
"zeroize",
|
||||
]
|
||||
@@ -8207,7 +8207,7 @@ dependencies = [
|
||||
"lioness",
|
||||
"log",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.3.1",
|
||||
"rand_distr",
|
||||
"subtle 2.4.1",
|
||||
@@ -8464,7 +8464,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc"
|
||||
dependencies = [
|
||||
"clap 3.2.25",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -8599,7 +8599,7 @@ dependencies = [
|
||||
"node-primitives",
|
||||
"node-testing",
|
||||
"parity-db",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-basic-authorship",
|
||||
"sc-client-api",
|
||||
"sc-transaction-pool",
|
||||
@@ -9290,7 +9290,7 @@ dependencies = [
|
||||
"frame-election-provider-support",
|
||||
"honggfuzz",
|
||||
"pallet-bags-list",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -9536,7 +9536,7 @@ dependencies = [
|
||||
"pallet-session",
|
||||
"pallet-timestamp",
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
"sp-consensus-aura",
|
||||
"sp-core",
|
||||
@@ -9604,7 +9604,7 @@ dependencies = [
|
||||
"pallet-utility",
|
||||
"parity-scale-codec",
|
||||
"pretty_assertions",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_pcg",
|
||||
"scale-info",
|
||||
"serde",
|
||||
@@ -9821,7 +9821,7 @@ dependencies = [
|
||||
"pallet-election-provider-support-benchmarking",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
"sp-arithmetic",
|
||||
"sp-core",
|
||||
@@ -10159,7 +10159,7 @@ dependencies = [
|
||||
"frame-system",
|
||||
"log",
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_distr",
|
||||
"scale-info",
|
||||
"serde",
|
||||
@@ -10374,7 +10374,7 @@ dependencies = [
|
||||
"honggfuzz",
|
||||
"log",
|
||||
"pallet-nomination-pools",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sp-io",
|
||||
"sp-runtime",
|
||||
"sp-tracing 10.0.0",
|
||||
@@ -10768,7 +10768,7 @@ dependencies = [
|
||||
"pallet-staking-reward-curve",
|
||||
"pallet-timestamp",
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
"sp-core",
|
||||
"sp-io",
|
||||
@@ -11456,7 +11456,7 @@ dependencies = [
|
||||
"lz4",
|
||||
"memmap2 0.5.10",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"siphasher",
|
||||
"snap",
|
||||
]
|
||||
@@ -12111,7 +12111,7 @@ dependencies = [
|
||||
"polkadot-node-subsystem-util",
|
||||
"polkadot-primitives",
|
||||
"polkadot-primitives-test-helpers",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.3.1",
|
||||
"rand_core 0.6.4",
|
||||
"schnorrkel 0.11.4",
|
||||
@@ -12137,7 +12137,7 @@ dependencies = [
|
||||
"polkadot-node-subsystem-test-helpers",
|
||||
"polkadot-node-subsystem-util",
|
||||
"polkadot-primitives",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.3.1",
|
||||
"sp-application-crypto",
|
||||
"sp-authority-discovery",
|
||||
@@ -12165,7 +12165,7 @@ dependencies = [
|
||||
"polkadot-node-subsystem-util",
|
||||
"polkadot-primitives",
|
||||
"polkadot-primitives-test-helpers",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-network",
|
||||
"schnellru",
|
||||
"sp-core",
|
||||
@@ -12196,7 +12196,7 @@ dependencies = [
|
||||
"polkadot-node-subsystem-util",
|
||||
"polkadot-primitives",
|
||||
"polkadot-primitives-test-helpers",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-network",
|
||||
"schnellru",
|
||||
"sp-application-crypto",
|
||||
@@ -12339,7 +12339,7 @@ dependencies = [
|
||||
"polkadot-node-subsystem-util",
|
||||
"polkadot-primitives",
|
||||
"quickcheck",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.3.1",
|
||||
"sc-network",
|
||||
"sc-network-common",
|
||||
@@ -12430,7 +12430,7 @@ dependencies = [
|
||||
"polkadot-overseer",
|
||||
"polkadot-primitives",
|
||||
"polkadot-primitives-test-helpers",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.3.1",
|
||||
"rand_core 0.6.4",
|
||||
"sc-keystore",
|
||||
@@ -12703,7 +12703,7 @@ dependencies = [
|
||||
"polkadot-parachain-primitives",
|
||||
"polkadot-primitives",
|
||||
"procfs",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rococo-runtime",
|
||||
"rusty-fork",
|
||||
"sc-sysinfo",
|
||||
@@ -12887,7 +12887,7 @@ dependencies = [
|
||||
"polkadot-node-jaeger",
|
||||
"polkadot-node-primitives",
|
||||
"polkadot-primitives",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.3.1",
|
||||
"sc-authority-discovery",
|
||||
"sc-network",
|
||||
@@ -13008,7 +13008,7 @@ dependencies = [
|
||||
"polkadot-primitives",
|
||||
"polkadot-primitives-test-helpers",
|
||||
"prioritized-metered-channel",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-client-api",
|
||||
"schnellru",
|
||||
"sp-application-crypto",
|
||||
@@ -13187,7 +13187,7 @@ name = "polkadot-primitives-test-helpers"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"polkadot-primitives",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sp-application-crypto",
|
||||
"sp-core",
|
||||
"sp-keyring",
|
||||
@@ -13327,7 +13327,7 @@ dependencies = [
|
||||
"polkadot-primitives",
|
||||
"polkadot-primitives-test-helpers",
|
||||
"polkadot-runtime-metrics",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.3.1",
|
||||
"rustc-hex",
|
||||
"sc-keystore",
|
||||
@@ -13594,7 +13594,7 @@ dependencies = [
|
||||
"prometheus",
|
||||
"pyroscope",
|
||||
"pyroscope_pprofrs",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-keystore",
|
||||
"sc-network",
|
||||
"sc-service",
|
||||
@@ -13662,7 +13662,7 @@ dependencies = [
|
||||
"polkadot-node-subsystem-types",
|
||||
"polkadot-node-subsystem-util",
|
||||
"polkadot-primitives",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sp-core",
|
||||
"sp-keystore",
|
||||
"substrate-build-script-utils",
|
||||
@@ -13755,7 +13755,7 @@ dependencies = [
|
||||
"polkadot-runtime-parachains",
|
||||
"polkadot-service",
|
||||
"polkadot-test-runtime",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-authority-discovery",
|
||||
"sc-chain-spec",
|
||||
"sc-cli",
|
||||
@@ -13920,7 +13920,7 @@ version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9"
|
||||
dependencies = [
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -14207,7 +14207,7 @@ dependencies = [
|
||||
"bitflags 2.4.0",
|
||||
"lazy_static",
|
||||
"num-traits",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.3.1",
|
||||
"rand_xorshift",
|
||||
"regex-syntax 0.8.2",
|
||||
@@ -14368,7 +14368,7 @@ checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
|
||||
dependencies = [
|
||||
"env_logger 0.8.4",
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -14389,7 +14389,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c956be1b23f4261676aed05a0046e204e8a6836e50203902683a718af0797989"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"ring 0.16.20",
|
||||
"rustc-hash",
|
||||
"rustls 0.20.8",
|
||||
@@ -14415,19 +14415,6 @@ version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
||||
|
||||
[[package]]
|
||||
name = "rand"
|
||||
version = "0.7.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
||||
dependencies = [
|
||||
"getrandom 0.1.16",
|
||||
"libc",
|
||||
"rand_chacha 0.2.2",
|
||||
"rand_core 0.5.1",
|
||||
"rand_hc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rand"
|
||||
version = "0.8.5"
|
||||
@@ -14484,16 +14471,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
"rand 0.8.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rand_hc"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
||||
dependencies = [
|
||||
"rand_core 0.5.1",
|
||||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -15120,7 +15098,7 @@ dependencies = [
|
||||
"parity-scale-codec",
|
||||
"primitive-types",
|
||||
"proptest",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rlp",
|
||||
"ruint-macro",
|
||||
"serde",
|
||||
@@ -15393,7 +15371,7 @@ dependencies = [
|
||||
"prost 0.12.3",
|
||||
"prost-build",
|
||||
"quickcheck",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-client-api",
|
||||
"sc-network",
|
||||
"sp-api",
|
||||
@@ -15504,7 +15482,7 @@ dependencies = [
|
||||
"log",
|
||||
"names",
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"regex",
|
||||
"rpassword",
|
||||
"sc-client-api",
|
||||
@@ -15577,7 +15555,7 @@ dependencies = [
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"quickcheck",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-client-api",
|
||||
"sc-state-db",
|
||||
"schnellru",
|
||||
@@ -15818,7 +15796,7 @@ dependencies = [
|
||||
"log",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-block-builder",
|
||||
"sc-chain-spec",
|
||||
"sc-client-api",
|
||||
@@ -16116,7 +16094,7 @@ dependencies = [
|
||||
"parking_lot 0.12.1",
|
||||
"partial_sort",
|
||||
"pin-project",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-client-api",
|
||||
"sc-network-common",
|
||||
"sc-network-light",
|
||||
@@ -16299,7 +16277,7 @@ dependencies = [
|
||||
"libp2p",
|
||||
"log",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-block-builder",
|
||||
"sc-client-api",
|
||||
"sc-consensus",
|
||||
@@ -16355,7 +16333,7 @@ dependencies = [
|
||||
"once_cell",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-block-builder",
|
||||
"sc-client-api",
|
||||
"sc-client-db",
|
||||
@@ -16524,7 +16502,7 @@ dependencies = [
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"pin-project",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-chain-spec",
|
||||
"sc-client-api",
|
||||
"sc-client-db",
|
||||
@@ -16678,7 +16656,7 @@ dependencies = [
|
||||
"futures",
|
||||
"libc",
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_pcg",
|
||||
"regex",
|
||||
"sc-telemetry",
|
||||
@@ -16701,7 +16679,7 @@ dependencies = [
|
||||
"log",
|
||||
"parking_lot 0.12.1",
|
||||
"pin-project",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sc-utils",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -16893,9 +16871,7 @@ dependencies = [
|
||||
"arrayref",
|
||||
"arrayvec 0.5.2",
|
||||
"curve25519-dalek 2.1.3",
|
||||
"getrandom 0.1.16",
|
||||
"merlin 2.0.1",
|
||||
"rand 0.7.3",
|
||||
"rand_core 0.5.1",
|
||||
"sha2 0.8.2",
|
||||
"subtle 2.4.1",
|
||||
@@ -17547,7 +17523,7 @@ dependencies = [
|
||||
"pbkdf2 0.12.2",
|
||||
"pin-project",
|
||||
"poly1305 0.8.0",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.3.1",
|
||||
"ruzstd",
|
||||
"schnorrkel 0.10.2",
|
||||
@@ -17590,7 +17566,7 @@ dependencies = [
|
||||
"no-std-net",
|
||||
"parking_lot 0.12.1",
|
||||
"pin-project",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.3.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -17681,7 +17657,7 @@ dependencies = [
|
||||
"hex-literal",
|
||||
"parity-bytes",
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rlp",
|
||||
"rustc-hex",
|
||||
"scale-info",
|
||||
@@ -17737,7 +17713,7 @@ dependencies = [
|
||||
"log",
|
||||
"pallet-timestamp",
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rlp",
|
||||
"scale-info",
|
||||
"serde",
|
||||
@@ -17999,7 +17975,7 @@ dependencies = [
|
||||
"http",
|
||||
"httparse",
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sha-1 0.9.8",
|
||||
]
|
||||
|
||||
@@ -18093,7 +18069,7 @@ dependencies = [
|
||||
"num-traits",
|
||||
"parity-scale-codec",
|
||||
"primitive-types",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"sp-crypto-hashing",
|
||||
@@ -18320,7 +18296,7 @@ dependencies = [
|
||||
"parking_lot 0.12.1",
|
||||
"paste",
|
||||
"primitive-types",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"regex",
|
||||
"scale-info",
|
||||
"schnorrkel 0.11.4",
|
||||
@@ -18541,7 +18517,7 @@ version = "0.27.0"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.2.2",
|
||||
"sp-core",
|
||||
"sp-externalities 0.19.0",
|
||||
@@ -18600,7 +18576,7 @@ name = "sp-npos-elections"
|
||||
version = "4.0.0-dev"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"sp-arithmetic",
|
||||
@@ -18616,7 +18592,7 @@ version = "2.0.0-alpha.5"
|
||||
dependencies = [
|
||||
"clap 4.4.18",
|
||||
"honggfuzz",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sp-npos-elections",
|
||||
"sp-runtime",
|
||||
]
|
||||
@@ -18660,7 +18636,7 @@ dependencies = [
|
||||
"log",
|
||||
"parity-scale-codec",
|
||||
"paste",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -18819,7 +18795,7 @@ dependencies = [
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"pretty_assertions",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"smallvec",
|
||||
"sp-core",
|
||||
"sp-externalities 0.19.0",
|
||||
@@ -18841,7 +18817,7 @@ dependencies = [
|
||||
"ed25519-dalek",
|
||||
"hkdf",
|
||||
"parity-scale-codec",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
"sha2 0.10.7",
|
||||
"sp-api",
|
||||
@@ -18973,7 +18949,7 @@ dependencies = [
|
||||
"nohash-hasher",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"scale-info",
|
||||
"schnellru",
|
||||
"sp-core",
|
||||
@@ -19181,7 +19157,7 @@ dependencies = [
|
||||
"pallet-treasury",
|
||||
"parity-scale-codec",
|
||||
"platforms",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"regex",
|
||||
"sc-authority-discovery",
|
||||
"sc-basic-authorship",
|
||||
@@ -19489,9 +19465,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "substrate-bip39"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"
|
||||
checksum = "e620c7098893ba667438b47169c00aacdd9e7c10e042250ce2b60b087ec97328"
|
||||
dependencies = [
|
||||
"hmac 0.11.0",
|
||||
"pbkdf2 0.8.0",
|
||||
@@ -20312,7 +20288,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
|
||||
dependencies = [
|
||||
"pin-project",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
@@ -20661,7 +20637,7 @@ dependencies = [
|
||||
"idna 0.2.3",
|
||||
"ipnet",
|
||||
"lazy_static",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"smallvec",
|
||||
"socket2 0.4.9",
|
||||
"thiserror",
|
||||
@@ -20772,7 +20748,7 @@ dependencies = [
|
||||
"http",
|
||||
"httparse",
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"sha-1 0.10.1",
|
||||
"thiserror",
|
||||
"url",
|
||||
@@ -20787,7 +20763,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"digest 0.10.7",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
@@ -21008,7 +20984,7 @@ dependencies = [
|
||||
"arrayref",
|
||||
"constcat",
|
||||
"digest 0.10.7",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rand_chacha 0.3.1",
|
||||
"rand_core 0.6.4",
|
||||
"sha2 0.10.7",
|
||||
@@ -21453,7 +21429,7 @@ dependencies = [
|
||||
"memfd",
|
||||
"memoffset 0.8.0",
|
||||
"paste",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"rustix 0.36.15",
|
||||
"wasmtime-asm-macros",
|
||||
"wasmtime-environ",
|
||||
@@ -22230,7 +22206,7 @@ dependencies = [
|
||||
"log",
|
||||
"nohash-hasher",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
"rand",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ hash-db = { version = "0.16.0", default-features = false }
|
||||
hash256-std-hasher = { version = "0.15.2", default-features = false }
|
||||
bs58 = { version = "0.5.0", default-features = false, optional = true }
|
||||
rand = { version = "0.8.5", features = ["small_rng"], optional = true }
|
||||
substrate-bip39 = { version = "0.4.4", optional = true }
|
||||
substrate-bip39 = { version = "0.4.5", optional = true }
|
||||
bip39 = { version = "2.0.0", default-features = false }
|
||||
zeroize = { version = "1.4.3", default-features = false }
|
||||
secrecy = { version = "0.8.0", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user