build(deps): bump blake2s_simd from 0.5.10 to 0.5.11
Bumps [blake2s_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
578a3ca5ab
commit
dd7e1bb3f1
|
@ -279,9 +279,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "blake2s_simd"
|
||||
version = "0.5.10"
|
||||
version = "0.5.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ab9e07352b829279624ceb7c64adb4f585dacdb81d35cafae81139ccd617cf44"
|
||||
checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"
|
||||
dependencies = [
|
||||
"arrayref",
|
||||
"arrayvec 0.5.1",
|
||||
|
|
|
@ -16,7 +16,7 @@ proptest-impl = ["proptest", "proptest-derive"]
|
|||
bech32 = "0.7.2"
|
||||
bitvec = "0.17.4"
|
||||
blake2b_simd = "0.5.10"
|
||||
blake2s_simd = "0.5.10"
|
||||
blake2s_simd = "0.5.11"
|
||||
bs58 = { version = "0.3", features = ["check"] }
|
||||
byteorder = "1.3"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
|
Loading…
Reference in New Issue