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

* bump a bunch of deps in parity-common

* primitive-types 0.10.0

* update Cargo.lock

* downgrade a few more

* this is unlikely to help

* try something

* Checkmate, Atheists!
This commit is contained in:
Andronik Ordian
2021-07-05 20:37:19 +02:00
committed by GitHub
parent e7e55475f2
commit b61dd3e8c5
26 changed files with 89 additions and 90 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ console_error_panic_hook = "0.1.6"
js-sys = "0.3.34"
wasm-bindgen = "0.2.73"
wasm-bindgen-futures = "0.4.18"
kvdb-web = "0.9.0"
kvdb-memorydb = "0.10.0"
sp-database = { version = "3.0.0", path = "../../primitives/database" }
sc-informant = { version = "0.9.0", path = "../../client/informant" }
sc-service = { version = "0.9.0", path = "../../client/service", default-features = false }