cargo update (tendermint)

This commit is contained in:
Luke Parker 2022-11-04 08:08:16 -04:00
parent 55e32e24d1
commit c31a55cce0
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

52
Cargo.lock generated
View file

@ -2654,21 +2654,6 @@ dependencies = [
"sp-weights",
]
[[package]]
name = "frame-system-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/serai-dex/substrate#b62e1a4a520caa986bf7d5fefa24b1f8694b3667"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
"sp-std",
]
[[package]]
name = "frame-system-rpc-runtime-api"
version = "4.0.0-dev"
@ -6692,31 +6677,6 @@ dependencies = [
"thiserror",
]
[[package]]
name = "sc-consensus-pow"
version = "0.10.0-dev"
source = "git+https://github.com/serai-dex/substrate#b62e1a4a520caa986bf7d5fefa24b1f8694b3667"
dependencies = [
"async-trait",
"futures",
"futures-timer",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-client-api",
"sc-consensus",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-pow",
"sp-core",
"sp-inherents",
"sp-runtime",
"substrate-prometheus-endpoint",
"thiserror",
]
[[package]]
name = "sc-executor"
version = "0.10.0-dev"
@ -8111,18 +8071,6 @@ dependencies = [
"thiserror",
]
[[package]]
name = "sp-consensus-pow"
version = "0.10.0-dev"
source = "git+https://github.com/serai-dex/substrate#b62e1a4a520caa986bf7d5fefa24b1f8694b3667"
dependencies = [
"parity-scale-codec",
"sp-api",
"sp-core",
"sp-runtime",
"sp-std",
]
[[package]]
name = "sp-core"
version = "6.0.0"