File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "Apache-2.0"
10
10
heapsize = { version = " 0.4" , optional = true }
11
11
parity-util-mem = { version = " 0.2" , default-features = false }
12
12
hash-db = { path = " ../hash-db" , default-features = false , version = " 0.15.2" }
13
- hashbrown = { version = " 0.6.0 " }
13
+ hashbrown = { version = " 0.6.3 " , default-features = false , features = [ " ahash " ] }
14
14
15
15
[dev-dependencies ]
16
16
keccak-hasher = { path = " ../test-support/keccak-hasher" , version = " 0.15.2" }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ log = "0.4"
11
11
rand = { version = " 0.6" , default-features = false }
12
12
elastic-array = { version = " 0.10" , default-features = false }
13
13
hash-db = { path = " ../hash-db" , default-features = false , version = " 0.15.2" }
14
- hashbrown = { version = " 0.6" }
14
+ hashbrown = { version = " 0.6.3 " , default-features = false }
15
15
16
16
[dev-dependencies ]
17
17
env_logger = " 0.6"
You can’t perform that action at this time.
0 commit comments