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
+3 -3
View File
@@ -20,7 +20,7 @@ sp-block-builder = { version = "3.0.0", default-features = false, path = "../../
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
sp-inherents = { version = "3.0.0", default-features = false, path = "../../primitives/inherents" }
sp-keyring = { version = "3.0.0", optional = true, path = "../../primitives/keyring" }
memory-db = { version = "0.26.0", default-features = false }
memory-db = { version = "0.27.0", default-features = false }
sp-offchain = { path = "../../primitives/offchain", default-features = false, version = "3.0.0"}
sp-core = { version = "3.0.0", default-features = false, path = "../../primitives/core" }
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
@@ -38,8 +38,8 @@ pallet-timestamp = { version = "3.0.0", default-features = false, path = "../../
sp-finality-grandpa = { version = "3.0.0", default-features = false, path = "../../primitives/finality-grandpa" }
sp-trie = { version = "3.0.0", default-features = false, path = "../../primitives/trie" }
sp-transaction-pool = { version = "3.0.0", default-features = false, path = "../../primitives/transaction-pool" }
trie-db = { version = "0.22.2", default-features = false }
parity-util-mem = { version = "0.9.0", default-features = false, features = ["primitive-types"] }
trie-db = { version = "0.22.6", default-features = false }
parity-util-mem = { version = "0.10.0", default-features = false, features = ["primitive-types"] }
sc-service = { version = "0.9.0", default-features = false, optional = true, features = ["test-helpers"], path = "../../client/service" }
sp-state-machine = { version = "0.9.0", default-features = false, path = "../../primitives/state-machine" }
sp-externalities = { version = "0.9.0", default-features = false, path = "../../primitives/externalities" }