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
+1 -1
View File
@@ -26,7 +26,7 @@ trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", b
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
hex-literal = "0.3.1"
parity-util-mem = { version = "0.9.0", default-features = false, optional = true }
parity-util-mem = { version = "0.10.0", default-features = false, optional = true }
thiserror = "1.0.23"
[dev-dependencies]