bump a bunch of deps in parity-common (#3402)

* bump a bunch of deps in parity-common

* update Substrate

* fix browser check

Co-authored-by: parity-processbot <>
This commit is contained in:
Andronik Ordian
2021-07-05 21:45:51 +02:00
committed by GitHub
parent 378905df9d
commit e80475ce4e
14 changed files with 284 additions and 294 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
futures = "0.3.15"
futures-timer = "3.0.2"
kvdb = "0.9.0"
kvdb = "0.10.0"
thiserror = "1.0.23"
tracing = "0.1.26"
bitvec = "0.20.1"
@@ -24,7 +24,7 @@ polkadot-node-primitives = { path = "../../primitives" }
log = "0.4.13"
env_logger = "0.8.4"
assert_matches = "1.4.0"
kvdb-memorydb = "0.9.0"
kvdb-memorydb = "0.10.0"
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }