mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
grandpa: bump dependency version to 0.11.2 (#5312)
This commit is contained in:
Generated
+2
-2
@@ -1381,9 +1381,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "finality-grandpa"
|
name = "finality-grandpa"
|
||||||
version = "0.11.1"
|
version = "0.11.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3cbb25bef9fcad97fb31e817da280b1c9174435b8769c770ee190a330dd181ea"
|
checksum = "024517816630be5204eba201e8d1d405042b1255a5e0e3f298b054fc24d59e1d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.4",
|
"futures 0.3.4",
|
||||||
"futures-timer 2.0.2",
|
"futures-timer 2.0.2",
|
||||||
|
|||||||
@@ -37,11 +37,11 @@ sp-finality-tracker = { version = "2.0.0-alpha.4", path = "../../primitives/fina
|
|||||||
sp-finality-grandpa = { version = "2.0.0-alpha.4", path = "../../primitives/finality-grandpa" }
|
sp-finality-grandpa = { version = "2.0.0-alpha.4", path = "../../primitives/finality-grandpa" }
|
||||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-alpha.4"}
|
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-alpha.4"}
|
||||||
sc-block-builder = { version = "0.8.0-alpha.4", path = "../block-builder" }
|
sc-block-builder = { version = "0.8.0-alpha.4", path = "../block-builder" }
|
||||||
finality-grandpa = { version = "0.11.1", features = ["derive-codec"] }
|
finality-grandpa = { version = "0.11.2", features = ["derive-codec"] }
|
||||||
pin-project = "0.4.6"
|
pin-project = "0.4.6"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
finality-grandpa = { version = "0.11.1", features = ["derive-codec", "test-helpers"] }
|
finality-grandpa = { version = "0.11.2", features = ["derive-codec", "test-helpers"] }
|
||||||
sc-network = { version = "0.8.0-alpha.4", path = "../network" }
|
sc-network = { version = "0.8.0-alpha.4", path = "../network" }
|
||||||
sc-network-test = { version = "0.8.0-dev", path = "../network/test" }
|
sc-network-test = { version = "0.8.0-dev", path = "../network/test" }
|
||||||
sp-keyring = { version = "2.0.0-alpha.4", path = "../../primitives/keyring" }
|
sp-keyring = { version = "2.0.0-alpha.4", path = "../../primitives/keyring" }
|
||||||
|
|||||||
Reference in New Issue
Block a user