mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +00:00
Update trie to v0.11 (#1704)
* Update trie to v0.11 * Update wasm runtimes
This commit is contained in:
@@ -15,8 +15,8 @@ byteorder = { version = "1.1", default-features = false }
|
||||
primitive-types = { version = "0.2", default-features = false, features = ["codec"] }
|
||||
impl-serde = { version = "0.1", optional = true }
|
||||
wasmi = { version = "0.4.3", optional = true }
|
||||
hash-db = { version = "0.9", default-features = false }
|
||||
hash256-std-hasher = { version = "0.9", default-features = false }
|
||||
hash-db = { version = "0.11", default-features = false }
|
||||
hash256-std-hasher = { version = "0.11", default-features = false }
|
||||
ring = { version = "0.13", optional = true }
|
||||
untrusted = { version = "0.6", optional = true }
|
||||
hex-literal = { version = "0.1", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user