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
@@ -40,7 +40,7 @@ sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
sc-utils = { version = "4.0.0-dev", path = "../utils" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-core = { version = "5.0.0", path = "../../primitives/core" }
sp-keyring = { version = "4.1.0-dev", path = "../../primitives/keyring" }
sp-keyring = { version = "5.0.0", path = "../../primitives/keyring" }
sp-keystore = { version = "0.11.0", path = "../../primitives/keystore" }
sp-panic-handler = { version = "4.0.0", path = "../../primitives/panic-handler" }
sp-runtime = { version = "5.0.0", path = "../../primitives/runtime" }
+1 -1
View File
@@ -41,7 +41,7 @@ getrandom = { version = "0.2", features = ["js"], optional = true }
[dev-dependencies]
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
sp-keyring = { version = "4.1.0-dev", path = "../../../primitives/keyring" }
sp-keyring = { version = "5.0.0", path = "../../../primitives/keyring" }
sp-tracing = { version = "4.0.0", path = "../../../primitives/tracing" }
sc-keystore = { version = "4.0.0-dev", path = "../../keystore" }
sc-network = { version = "0.10.0-dev", path = "../../network" }
@@ -34,7 +34,7 @@ sp-keystore = { version = "0.11.0", path = "../../../../primitives/keystore" }
[dev-dependencies]
sc-consensus = { version = "0.10.0-dev", path = "../../../consensus/common" }
serde_json = "1.0.74"
sp-keyring = { version = "4.1.0-dev", path = "../../../../primitives/keyring" }
sp-keyring = { version = "5.0.0", path = "../../../../primitives/keyring" }
sc-keystore = { version = "4.0.0-dev", path = "../../../keystore" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" }
tempfile = "3.1.0"
+1 -1
View File
@@ -54,7 +54,7 @@ finality-grandpa = { version = "0.14.1", features = [
] }
sc-network = { version = "0.10.0-dev", path = "../network" }
sc-network-test = { version = "0.8.0", path = "../network/test" }
sp-keyring = { version = "4.1.0-dev", path = "../../primitives/keyring" }
sp-keyring = { version = "5.0.0", path = "../../primitives/keyring" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
sp-tracing = { version = "4.0.0", path = "../../primitives/tracing" }
tokio = "1.15"
@@ -34,5 +34,5 @@ sc-rpc = { version = "4.0.0-dev", path = "../../rpc", features = [
] }
sp-core = { version = "5.0.0", path = "../../../primitives/core" }
sp-finality-grandpa = { version = "4.0.0-dev", path = "../../../primitives/finality-grandpa" }
sp-keyring = { version = "4.1.0-dev", path = "../../../primitives/keyring" }
sp-keyring = { version = "5.0.0", path = "../../../primitives/keyring" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }