Bump blake2b_simd from `004e488` to `a312979`

Bumps [blake2b_simd](https://github.com/oconnor663/blake2b_simd) from `004e488` to `a312979`.
- [Release notes](https://github.com/oconnor663/blake2b_simd/releases)
- [Commits](004e4886cf...a312979dc4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-20 08:13:13 +00:00 committed by Deirdre Connolly
parent d549a19eb2
commit c27f97c652
1 changed files with 4 additions and 4 deletions

8
Cargo.lock generated
View File

@ -201,8 +201,8 @@ dependencies = [
[[package]]
name = "blake2b_simd"
version = "0.5.6"
source = "git+https://github.com/oconnor663/blake2b_simd.git#004e4886cf3433a0133693c5ef59ed85e3470cc5"
version = "0.5.7"
source = "git+https://github.com/oconnor663/blake2b_simd.git#a312979dc4cb2a20bc386c8c8457c49c54250d09"
dependencies = [
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2151,7 +2151,7 @@ version = "0.1.0"
dependencies = [
"bellman 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"blake2-rfc 0.2.18 (git+https://github.com/gtank/blake2-rfc.git?rev=7a5b5fc99ae483a0043db7547fb79a6fa44b88a9)",
"blake2b_simd 0.5.6 (git+https://github.com/oconnor663/blake2b_simd.git)",
"blake2b_simd 0.5.7 (git+https://github.com/oconnor663/blake2b_simd.git)",
"bn 0.4.4 (git+https://github.com/paritytech/bn)",
"ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2507,7 +2507,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
"checksum bitvec 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "284495959f63520b015b41f8e2a0627af935345ea558ae779b354e8f98c966fa"
"checksum blake2-rfc 0.2.18 (git+https://github.com/gtank/blake2-rfc.git?rev=7a5b5fc99ae483a0043db7547fb79a6fa44b88a9)" = "<none>"
"checksum blake2b_simd 0.5.6 (git+https://github.com/oconnor663/blake2b_simd.git)" = "<none>"
"checksum blake2b_simd 0.5.7 (git+https://github.com/oconnor663/blake2b_simd.git)" = "<none>"
"checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
"checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09"
"checksum bn 0.4.4 (git+https://github.com/paritytech/bn)" = "<none>"