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:
parent
dd7e1bb3f1
commit
b99ecbd2d7
|
|
@ -268,9 +268,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "blake2b_simd"
|
name = "blake2b_simd"
|
||||||
version = "0.5.10"
|
version = "0.5.11"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayref",
|
"arrayref",
|
||||||
"arrayvec 0.5.1",
|
"arrayvec 0.5.1",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ proptest-impl = ["proptest", "proptest-derive"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bech32 = "0.7.2"
|
bech32 = "0.7.2"
|
||||||
bitvec = "0.17.4"
|
bitvec = "0.17.4"
|
||||||
blake2b_simd = "0.5.10"
|
blake2b_simd = "0.5.11"
|
||||||
blake2s_simd = "0.5.11"
|
blake2s_simd = "0.5.11"
|
||||||
bs58 = { version = "0.3", features = ["check"] }
|
bs58 = { version = "0.3", features = ["check"] }
|
||||||
byteorder = "1.3"
|
byteorder = "1.3"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue