Bump trie-db (#5627)

* Bump trie-db

* Bumped version in Cargo.toml
This commit is contained in:
Arkadiy Paronyan
2020-04-14 14:46:33 +02:00
committed by GitHub
parent d1261d3482
commit 5afa74254e
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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",