mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
cargo update due to substrate changes, again
This commit is contained in:
parent
adb48cd737
commit
bebe2fae0e
1 changed files with 114 additions and 119 deletions
233
Cargo.lock
generated
233
Cargo.lock
generated
|
@ -2573,7 +2573,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|||
[[package]]
|
||||
name = "fork-tree"
|
||||
version = "3.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
]
|
||||
|
@ -2596,7 +2596,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
|
|||
[[package]]
|
||||
name = "frame-benchmarking"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-support",
|
||||
"frame-support-procedural",
|
||||
|
@ -2621,7 +2621,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "frame-benchmarking-cli"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"array-bytes",
|
||||
|
@ -2669,7 +2669,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "frame-executive"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
|
@ -2710,7 +2710,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "frame-support"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"environmental",
|
||||
|
@ -2743,7 +2743,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "frame-support-procedural"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"cfg-expr",
|
||||
|
@ -2761,7 +2761,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "frame-support-procedural-tools"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-support-procedural-tools-derive",
|
||||
"proc-macro-crate",
|
||||
|
@ -2773,7 +2773,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "frame-support-procedural-tools-derive"
|
||||
version = "3.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -2783,7 +2783,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "frame-system"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"frame-support",
|
||||
|
@ -2802,7 +2802,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "frame-system-rpc-runtime-api"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"sp-api",
|
||||
|
@ -2811,7 +2811,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "frame-try-runtime"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-support",
|
||||
"parity-scale-codec",
|
||||
|
@ -5152,9 +5152,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "openssl"
|
||||
version = "0.10.55"
|
||||
version = "0.10.56"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
|
||||
checksum = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"cfg-if",
|
||||
|
@ -5184,9 +5184,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.90"
|
||||
version = "0.9.91"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
|
||||
checksum = "866b5f16f90776b9bb8dc1e1802ac6f0513de3a7a7465867bfbc563dc737faac"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
@ -5227,7 +5227,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pallet-assets"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
|
@ -5242,7 +5242,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pallet-authority-discovery"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
|
@ -5258,7 +5258,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pallet-authorship"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
|
@ -5272,7 +5272,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pallet-babe"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
|
@ -5296,7 +5296,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pallet-balances"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
|
@ -5311,7 +5311,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pallet-grandpa"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
|
@ -5334,7 +5334,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pallet-session"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
|
@ -5355,7 +5355,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pallet-timestamp"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
|
@ -5373,7 +5373,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pallet-transaction-payment"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
|
@ -5389,7 +5389,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pallet-transaction-payment-rpc"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"jsonrpsee",
|
||||
"pallet-transaction-payment-rpc-runtime-api",
|
||||
|
@ -5405,7 +5405,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pallet-transaction-payment-rpc-runtime-api"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"pallet-transaction-payment",
|
||||
"parity-scale-codec",
|
||||
|
@ -6694,7 +6694,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-allocator"
|
||||
version = "4.1.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"log",
|
||||
"sp-core",
|
||||
|
@ -6705,7 +6705,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-authority-discovery"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"futures",
|
||||
|
@ -6733,7 +6733,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-basic-authorship"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"futures-timer",
|
||||
|
@ -6756,7 +6756,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-block-builder"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"sc-client-api",
|
||||
|
@ -6771,7 +6771,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-chain-spec"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"memmap2",
|
||||
"sc-chain-spec-derive",
|
||||
|
@ -6790,7 +6790,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-chain-spec-derive"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"proc-macro-crate",
|
||||
"proc-macro2",
|
||||
|
@ -6801,7 +6801,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-cli"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"chrono",
|
||||
|
@ -6840,7 +6840,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-client-api"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"fnv",
|
||||
"futures",
|
||||
|
@ -6865,7 +6865,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-client-db"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"hash-db",
|
||||
"kvdb",
|
||||
|
@ -6891,7 +6891,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-consensus"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"futures",
|
||||
|
@ -6916,7 +6916,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-consensus-babe"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"fork-tree",
|
||||
|
@ -6952,7 +6952,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-consensus-epochs"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"fork-tree",
|
||||
"parity-scale-codec",
|
||||
|
@ -6965,7 +6965,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-consensus-grandpa"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"ahash 0.8.3",
|
||||
"array-bytes",
|
||||
|
@ -7006,7 +7006,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-consensus-slots"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"futures",
|
||||
|
@ -7029,7 +7029,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-executor"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
|
@ -7051,7 +7051,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-executor-common"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"sc-allocator",
|
||||
"sp-maybe-compressed-blob",
|
||||
|
@ -7063,7 +7063,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-executor-wasmtime"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cfg-if",
|
||||
|
@ -7080,7 +7080,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-informant"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"futures",
|
||||
|
@ -7096,7 +7096,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-keystore"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"parking_lot 0.12.1",
|
||||
|
@ -7110,7 +7110,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-network"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"async-channel",
|
||||
|
@ -7152,7 +7152,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-network-bitswap"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-channel",
|
||||
"cid",
|
||||
|
@ -7172,7 +7172,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-network-common"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bitflags 1.3.2",
|
||||
|
@ -7189,7 +7189,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-network-gossip"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"ahash 0.8.3",
|
||||
"futures",
|
||||
|
@ -7208,7 +7208,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-network-light"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"async-channel",
|
||||
|
@ -7229,7 +7229,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-network-sync"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"async-channel",
|
||||
|
@ -7263,7 +7263,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-network-transactions"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"futures",
|
||||
|
@ -7281,7 +7281,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-offchain"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"fnv",
|
||||
|
@ -7313,7 +7313,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-proposer-metrics"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"log",
|
||||
"substrate-prometheus-endpoint",
|
||||
|
@ -7322,7 +7322,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-rpc"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"jsonrpsee",
|
||||
|
@ -7353,7 +7353,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-rpc-api"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"jsonrpsee",
|
||||
"parity-scale-codec",
|
||||
|
@ -7372,7 +7372,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-rpc-server"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"http",
|
||||
"jsonrpsee",
|
||||
|
@ -7387,7 +7387,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-rpc-spec-v2"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"futures",
|
||||
|
@ -7413,7 +7413,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-service"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"directories",
|
||||
|
@ -7476,7 +7476,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-state-db"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"log",
|
||||
"parity-scale-codec",
|
||||
|
@ -7487,7 +7487,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-sysinfo"
|
||||
version = "6.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"libc",
|
||||
|
@ -7506,7 +7506,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-telemetry"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"futures",
|
||||
|
@ -7525,7 +7525,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-tracing"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"chrono",
|
||||
|
@ -7553,7 +7553,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-tracing-proc-macro"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"proc-macro-crate",
|
||||
"proc-macro2",
|
||||
|
@ -7564,7 +7564,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-transaction-pool"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"futures",
|
||||
|
@ -7590,7 +7590,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-transaction-pool-api"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"futures",
|
||||
|
@ -7606,7 +7606,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sc-utils"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-channel",
|
||||
"futures",
|
||||
|
@ -7975,11 +7975,8 @@ name = "serai-coordinator-tests"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ciphersuite",
|
||||
"curve25519-dalek 3.2.0",
|
||||
"dkg",
|
||||
"dockertest",
|
||||
"hex",
|
||||
"rand_core 0.6.4",
|
||||
"serai-client",
|
||||
"serai-docker-tests",
|
||||
"serai-message-queue",
|
||||
|
@ -7988,7 +7985,6 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -8642,7 +8638,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-api"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"hash-db",
|
||||
"log",
|
||||
|
@ -8663,7 +8659,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-api-proc-macro"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"blake2",
|
||||
|
@ -8677,7 +8673,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-application-crypto"
|
||||
version = "23.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
|
@ -8690,7 +8686,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-arithmetic"
|
||||
version = "16.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"integer-sqrt",
|
||||
"num-traits",
|
||||
|
@ -8704,7 +8700,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-authority-discovery"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
|
@ -8716,7 +8712,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-block-builder"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"sp-api",
|
||||
"sp-inherents",
|
||||
|
@ -8727,7 +8723,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-blockchain"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"log",
|
||||
|
@ -8745,7 +8741,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-consensus"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"futures",
|
||||
|
@ -8759,7 +8755,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-consensus-babe"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"parity-scale-codec",
|
||||
|
@ -8778,7 +8774,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-consensus-grandpa"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"finality-grandpa",
|
||||
"log",
|
||||
|
@ -8796,7 +8792,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-consensus-slots"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
|
@ -8808,7 +8804,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-core"
|
||||
version = "21.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"bitflags 1.3.2",
|
||||
|
@ -8851,7 +8847,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-core-hashing"
|
||||
version = "9.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"blake2b_simd",
|
||||
"byteorder",
|
||||
|
@ -8864,7 +8860,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-core-hashing-proc-macro"
|
||||
version = "9.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"sp-core-hashing",
|
||||
|
@ -8874,7 +8870,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-database"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"kvdb",
|
||||
"parking_lot 0.12.1",
|
||||
|
@ -8883,7 +8879,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-debug-derive"
|
||||
version = "8.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -8893,7 +8889,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-externalities"
|
||||
version = "0.19.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"environmental",
|
||||
"parity-scale-codec",
|
||||
|
@ -8904,7 +8900,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-inherents"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"impl-trait-for-tuples",
|
||||
|
@ -8918,11 +8914,10 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-io"
|
||||
version = "23.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"ed25519",
|
||||
"ed25519-dalek",
|
||||
"log",
|
||||
"parity-scale-codec",
|
||||
"rustversion",
|
||||
|
@ -8941,7 +8936,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-keyring"
|
||||
version = "24.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"sp-core",
|
||||
|
@ -8952,7 +8947,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-keystore"
|
||||
version = "0.27.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
|
@ -8964,7 +8959,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-maybe-compressed-blob"
|
||||
version = "4.1.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"thiserror",
|
||||
"zstd 0.12.4",
|
||||
|
@ -8973,7 +8968,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-metadata-ir"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-metadata 16.0.0",
|
||||
"parity-scale-codec",
|
||||
|
@ -8984,7 +8979,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-offchain"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"sp-api",
|
||||
"sp-core",
|
||||
|
@ -8994,7 +8989,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-panic-handler"
|
||||
version = "8.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"lazy_static",
|
||||
|
@ -9004,7 +8999,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-rpc"
|
||||
version = "6.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
|
@ -9014,7 +9009,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-runtime"
|
||||
version = "24.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"either",
|
||||
"hash256-std-hasher",
|
||||
|
@ -9036,7 +9031,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-runtime-interface"
|
||||
version = "17.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"impl-trait-for-tuples",
|
||||
|
@ -9054,7 +9049,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-runtime-interface-proc-macro"
|
||||
version = "11.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"proc-macro-crate",
|
||||
|
@ -9066,7 +9061,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-session"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
|
@ -9081,7 +9076,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-staking"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"impl-trait-for-tuples",
|
||||
"parity-scale-codec",
|
||||
|
@ -9095,7 +9090,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-state-machine"
|
||||
version = "0.28.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"hash-db",
|
||||
"log",
|
||||
|
@ -9116,7 +9111,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-statement-store"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
|
@ -9133,12 +9128,12 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-std"
|
||||
version = "8.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
|
||||
[[package]]
|
||||
name = "sp-storage"
|
||||
version = "13.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"impl-serde",
|
||||
"parity-scale-codec",
|
||||
|
@ -9151,7 +9146,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-timestamp"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"parity-scale-codec",
|
||||
|
@ -9164,7 +9159,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-tracing"
|
||||
version = "10.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"sp-std",
|
||||
|
@ -9176,7 +9171,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-transaction-pool"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"sp-api",
|
||||
"sp-runtime",
|
||||
|
@ -9185,7 +9180,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-trie"
|
||||
version = "22.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"ahash 0.8.3",
|
||||
"hash-db",
|
||||
|
@ -9208,7 +9203,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-version"
|
||||
version = "22.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"impl-serde",
|
||||
"parity-scale-codec",
|
||||
|
@ -9225,7 +9220,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-version-proc-macro"
|
||||
version = "8.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"proc-macro2",
|
||||
|
@ -9236,7 +9231,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-wasm-interface"
|
||||
version = "14.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"impl-trait-for-tuples",
|
||||
|
@ -9249,7 +9244,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sp-weights"
|
||||
version = "20.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
|
@ -9437,12 +9432,12 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "substrate-build-script-utils"
|
||||
version = "3.0.0"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
|
||||
[[package]]
|
||||
name = "substrate-frame-rpc-system"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"frame-system-rpc-runtime-api",
|
||||
"futures",
|
||||
|
@ -9461,7 +9456,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "substrate-prometheus-endpoint"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"hyper",
|
||||
"log",
|
||||
|
@ -9473,7 +9468,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "substrate-wasm-builder"
|
||||
version = "5.0.0-dev"
|
||||
source = "git+https://github.com/serai-dex/substrate#072f5e33bd895d23281745a62118835434497359"
|
||||
source = "git+https://github.com/serai-dex/substrate#9ee487aea425b7123b44951e8e21415733d7dfd2"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"build-helper",
|
||||
|
|
Loading…
Reference in a new issue