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
@@ -65,8 +65,8 @@ hex-literal = "0.3.1"
tracing = "0.1.26"
serde = { version = "1.0.123", features = ["derive"] }
thiserror = "1.0.23"
kvdb = "0.9.0"
kvdb-rocksdb = { version = "0.11.1", optional = true }
kvdb = "0.10.0"
kvdb-rocksdb = { version = "0.12.0", optional = true }
async-trait = "0.1.42"
# Polkadot