fix Cargo.lock dependency version (#1105)

This commit is contained in:
André Silva
2020-05-17 10:10:01 +01:00
committed by GitHub
parent afb9af4cf0
commit f6e8b10de4
+4 -4
View File
@@ -5544,11 +5544,11 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#c0ccc24d02080ab4fbb2c65440327fc72acb6c42"
version = "0.8.0-alpha.8"
source = "git+https://github.com/paritytech/substrate#1291fbf5c711f6b3f26599aa771d8ad8c45efe8d"
dependencies = [
"derive_more 0.99.5",
"futures 0.3.4",
"derive_more 0.99.6",
"futures 0.3.5",
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",