update twox-hash (#2831)

This commit is contained in:
Robert Habermeier
2021-04-07 10:09:18 +02:00
committed by GitHub
parent 5a9e8b9956
commit e67f31cc49
+5 -3
View File
@@ -10479,11 +10479,13 @@ dependencies = [
[[package]] [[package]]
name = "twox-hash" name = "twox-hash"
version = "1.5.0" version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56" checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
dependencies = [ dependencies = [
"rand 0.7.3", "cfg-if 0.1.10",
"rand 0.3.23",
"static_assertions",
] ]
[[package]] [[package]]