build(deps): bump blake2b_simd from 1.0.0 to 1.0.1 (#6143)

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

---
updated-dependencies:
- dependency-name: blake2b_simd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-13 02:30:07 +00:00 committed by GitHub
parent 3785e511ce
commit 4eb27dda06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 12 deletions

14
Cargo.lock generated
View File

@ -405,13 +405,13 @@ dependencies = [
[[package]]
name = "blake2b_simd"
version = "1.0.0"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"
checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq 0.1.5",
"constant_time_eq",
]
[[package]]
@ -422,7 +422,7 @@ checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq 0.2.4",
"constant_time_eq",
]
[[package]]
@ -840,12 +840,6 @@ dependencies = [
"tracing-subscriber 0.3.16",
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "constant_time_eq"
version = "0.2.4"

View File

@ -37,7 +37,7 @@ aes = "0.7.5"
bech32 = "0.9.1"
bitvec = "1.0.1"
bitflags = "1.3.2"
blake2b_simd = "1.0.0"
blake2b_simd = "1.0.1"
blake2s_simd = "1.0.1"
bls12_381 = "0.7.0"
bs58 = { version = "0.4.0", features = ["check"] }

View File

@ -21,7 +21,7 @@ getblocktemplate-rpcs = [
proptest-impl = ["proptest", "proptest-derive", "zebra-chain/proptest-impl", "zebra-state/proptest-impl"]
[dependencies]
blake2b_simd = "1.0.0"
blake2b_simd = "1.0.1"
bellman = "0.13.0"
bls12_381 = "0.7.0"
halo2 = { package = "halo2_proofs", version = "0.2.0" }