From c51138e4a2bb78a244ca8d58825742e5d61fcd22 Mon Sep 17 00:00:00 2001 From: draganrakita Date: Wed, 29 Jul 2020 12:57:24 +0200 Subject: [PATCH] Test. Bump memory-db version to 0.21.2 --- Cargo.lock | 7 +++---- ethcore/account-state/Cargo.toml | 2 +- ethcore/light/Cargo.toml | 2 +- util/journaldb/Cargo.toml | 2 +- util/patricia-trie-ethereum/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ab5f96a034..916a10d0912 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2852,13 +2852,12 @@ dependencies = [ [[package]] name = "memory-db" -version = "0.21.1" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24e20981dbe8b148b10d6151f448f5e38c5eed9f50a44599e4a70edb5c4f5aec" +checksum = "63029dea45031f949a79ff15430f11112bfe86a980b657c165cd4043fb4d9203" dependencies = [ - "ahash 0.2.18", "hash-db", - "hashbrown 0.6.3", + "hashbrown 0.8.0", "parity-util-mem", ] diff --git a/ethcore/account-state/Cargo.toml b/ethcore/account-state/Cargo.toml index 9573338af65..81f9906c0c3 100644 --- a/ethcore/account-state/Cargo.toml +++ b/ethcore/account-state/Cargo.toml @@ -19,7 +19,7 @@ keccak-hasher = { path = "../../util/keccak-hasher" } kvdb = "0.7" log = "0.4" lru-cache = "0.1.2" -memory-db = "0.21.1" +memory-db = "0.21.2" parity-bytes = "0.1.0" parity-util-mem = "0.7" parking_lot = "0.10.0" diff --git a/ethcore/light/Cargo.toml b/ethcore/light/Cargo.toml index a575d3bcd4d..7efda940b0f 100644 --- a/ethcore/light/Cargo.toml +++ b/ethcore/light/Cargo.toml @@ -18,7 +18,7 @@ ethcore-blockchain = { path = "../blockchain" } ethereum-types = "0.9.2" executive-state = { path = "../executive-state" } machine = { path = "../machine" } -memory-db = "0.21.1" +memory-db = "0.21.2" trie-db = "0.21.0" patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" } ethcore-network = { path = "../../util/network" } diff --git a/util/journaldb/Cargo.toml b/util/journaldb/Cargo.toml index 3a7d345287e..4b9b67fde7f 100644 --- a/util/journaldb/Cargo.toml +++ b/util/journaldb/Cargo.toml @@ -14,7 +14,7 @@ parity-util-mem = "0.7" keccak-hasher = { path = "../keccak-hasher" } kvdb = "0.7" log = "0.4" -memory-db = "0.21.1" +memory-db = "0.21.2" parking_lot = "0.10.0" fastmap = { path = "../../util/fastmap" } rlp = "0.4.5" diff --git a/util/patricia-trie-ethereum/Cargo.toml b/util/patricia-trie-ethereum/Cargo.toml index c1ab8d6fe26..bad1df6510e 100644 --- a/util/patricia-trie-ethereum/Cargo.toml +++ b/util/patricia-trie-ethereum/Cargo.toml @@ -15,7 +15,7 @@ ethereum-types = "0.9.2" elastic-array = "0.10" [dev-dependencies] -memory-db = "0.21.1" +memory-db = "0.21.2" keccak-hash = "0.5.0" journaldb = { path = "../journaldb" } criterion = "0.3"