mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 13:31:10 +00:00
Update kvdb-* and trie (#4483)
This commit is contained in:
@@ -16,7 +16,7 @@ frame-executive = { version = "2.0.0", default-features = false, path = "../../f
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0", optional = true, path = "../../primitives/keyring" }
|
||||
log = { version = "0.4.8", optional = true }
|
||||
memory-db = { version = "0.15.2", default-features = false }
|
||||
memory-db = { version = "0.18.0", default-features = false }
|
||||
sp-offchain = { path = "../../primitives/offchain", default-features = false}
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
@@ -35,7 +35,7 @@ pallet-timestamp = { version = "2.0.0", default-features = false, path = "../../
|
||||
sc-client = { version = "2.0.0", optional = true, path = "../../client" }
|
||||
sp-trie = { version = "2.0.0", default-features = false, path = "../../primitives/trie" }
|
||||
sp-transaction-pool = { version = "2.0.0", default-features = false, path = "../../primitives/transaction-pool" }
|
||||
trie-db = { version = "0.16.0", default-features = false }
|
||||
trie-db = { version = "0.18.1", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
sc-executor = { version = "2.0.0", path = "../../client/executor" }
|
||||
|
||||
Reference in New Issue
Block a user