bump kvdb-* versions (#6017)

This commit is contained in:
Andrew Plaza
2020-05-15 11:17:39 +02:00
committed by GitHub
parent 71d3abe7d4
commit a31f4f6a5c
7 changed files with 25 additions and 35 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ sp-blockchain = { version = "2.0.0-dev", path = "../../primitives/blockchain" }
hex-literal = { version = "0.2.1" }
sp-inherents = { version = "2.0.0-dev", default-features = false, path = "../../primitives/inherents" }
sp-keyring = { version = "2.0.0-dev", path = "../../primitives/keyring" }
kvdb = "0.5.0"
kvdb = "0.6.0"
log = { version = "0.4.8" }
parking_lot = "0.10.0"
lazy_static = "1.4.0"
@@ -44,6 +44,6 @@ sp-transaction-pool = { version = "2.0.0-dev", path = "../../primitives/transact
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-dev", path = "../../utils/prometheus" }
[dev-dependencies]
kvdb-memorydb = "0.5.0"
kvdb-memorydb = "0.6.0"
sp-test-primitives = { version = "2.0.0-dev", path = "../../primitives/test-primitives" }
substrate-test-runtime = { version = "2.0.0-dev", path = "../../test-utils/runtime" }