Bump sp-keyring (#10790)

This commit is contained in:
Andrew Jones
2022-02-03 16:58:16 +00:00
committed by GitHub
parent 21d0cf0eea
commit 07d4a6743e
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ log = { version = "0.4.14", default-features = false }
[dev-dependencies]
frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" }
grandpa = { package = "finality-grandpa", version = "0.14.1", features = ["derive-codec"] }
sp-keyring = { version = "4.1.0-dev", path = "../../primitives/keyring" }
sp-keyring = { version = "5.0.0", path = "../../primitives/keyring" }
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
pallet-offences = { version = "4.0.0-dev", path = "../offences" }
pallet-staking = { version = "4.0.0-dev", path = "../staking" }