Skip to content

Commit

Permalink
Update dependencies. (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheme authored Mar 2, 2022
1 parent fac100c commit 8d5b867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trie-eip1186/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
trie-eip1186 = { path = "..", version = "0.1.0"}
trie-db = { path = "../../trie-db", version = "0.23.0"}
trie-db = { path = "../../trie-db", version = "0.23.1"}
hash-db = { path = "../../hash-db", version = "0.15.2"}
reference-trie = { path = "../../test-support/reference-trie", version = "0.24.0" }
memory-db = { path = "../../memory-db", version = "0.28.0" }
reference-trie = { path = "../../test-support/reference-trie", version = "0.25.0" }
memory-db = { path = "../../memory-db", version = "0.29.0" }

0 comments on commit 8d5b867

Please sign in to comment.