diff --git a/Cargo.lock b/Cargo.lock index 59ff43598faed..58c5e5c32bfa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11373,9 +11373,9 @@ checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055" [[package]] name = "twox-hash" -version = "1.6.2" +version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" +checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if 1.0.0", "digest 0.10.2", diff --git a/primitives/core/hashing/Cargo.toml b/primitives/core/hashing/Cargo.toml index dc5704d2989a2..66fd64fa04064 100644 --- a/primitives/core/hashing/Cargo.toml +++ b/primitives/core/hashing/Cargo.toml @@ -20,7 +20,7 @@ digest = { version = "0.10.2", default-features = false } blake2 = { version = "0.10.2", default-features = false } sha2 = { version = "0.10.1", default-features = false } sha3 = { version = "0.10.0", default-features = false } -twox-hash = { version = "1.6.2", default-features = false, features = ["digest_0_10"] } +twox-hash = { version = "1.6.3", default-features = false, features = ["digest_0_10"] } [features] default = ["std"]