Skip to content
Snippets Groups Projects
Commit 5afa7425 authored by Arkadiy Paronyan's avatar Arkadiy Paronyan Committed by GitHub
Browse files

Bump trie-db (#5627)

* Bump trie-db

* Bumped version in Cargo.toml
parent d1261d34
No related merge requests found
......@@ -8740,9 +8740,9 @@ dependencies = [
[[package]]
name = "trie-db"
version = "0.20.0"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de9222c50cc325855621271157c973da27a0dcd26fa06f8edf81020bd2333df0"
checksum = "bcc309f34008563989045a4c4dbcc5770467f3a3785ee80a9b5cc0d83362475f"
dependencies = [
"hash-db",
"hashbrown",
......
......@@ -13,7 +13,7 @@ documentation = "https://docs.rs/sp-state-machine"
log = "0.4.8"
parking_lot = "0.10.0"
hash-db = "0.15.2"
trie-db = "0.20.0"
trie-db = "0.20.1"
trie-root = "0.16.0"
sp-trie = { version = "2.0.0-alpha.5", path = "../trie" }
sp-core = { version = "2.0.0-alpha.5", path = "../core" }
......
......@@ -17,7 +17,7 @@ harness = false
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
sp-std = { version = "2.0.0-alpha.5", default-features = false, path = "../std" }
hash-db = { version = "0.15.2", default-features = false }
trie-db = { version = "0.20.0", default-features = false }
trie-db = { version = "0.20.1", default-features = false }
trie-root = { version = "0.16.0", default-features = false }
memory-db = { version = "0.20.0", default-features = false }
sp-core = { version = "2.0.0-alpha.5", default-features = false, path = "../core" }
......
......@@ -39,7 +39,7 @@ pallet-timestamp = { version = "2.0.0-alpha.5", default-features = false, path =
sc-client = { version = "0.8.0-alpha.5", optional = true, path = "../../client" }
sp-trie = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/trie" }
sp-transaction-pool = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/transaction-pool" }
trie-db = { version = "0.20.0", default-features = false }
trie-db = { version = "0.20.1", default-features = false }
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
[dev-dependencies]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment