build(deps): bump blake2b_simd from 0.5.10 to 0.5.11

Bumps [blake2b_simd](https://github.com/oconnor663/blake2_simd) from 0.5.10 to 0.5.11.
- [Release notes](https://github.com/oconnor663/blake2_simd/releases)
- [Commits](https://github.com/oconnor663/blake2_simd/compare/0.5.10...0.5.11)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-04 23:55:02 +00:00 committed by Deirdre Connolly
parent dd7e1bb3f1
commit b99ecbd2d7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -268,9 +268,9 @@ dependencies = [
[[package]]
name = "blake2b_simd"
version = "0.5.10"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
dependencies = [
"arrayref",
"arrayvec 0.5.1",

View File

@ -15,7 +15,7 @@ proptest-impl = ["proptest", "proptest-derive"]
[dependencies]
bech32 = "0.7.2"
bitvec = "0.17.4"
blake2b_simd = "0.5.10"
blake2b_simd = "0.5.11"
blake2s_simd = "0.5.11"
bs58 = { version = "0.3", features = ["check"] }
byteorder = "1.3"