Bump grandpa to 0.16.2 (#13622)

This commit is contained in:
Davide Galassi
2023-03-17 14:21:02 +01:00
committed by GitHub
parent f110941b7f
commit bc2724f022
6 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../pr
sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
grandpa = { package = "finality-grandpa", version = "0.16.1", features = ["derive-codec"] }
grandpa = { package = "finality-grandpa", version = "0.16.2", features = ["derive-codec"] }
frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" }
frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" }
pallet-balances = { version = "4.0.0-dev", path = "../balances" }