Bump blake3 from 1.2.0 to 1.3.0 (#22373)

* Bump blake3 from 1.2.0 to 1.3.0

Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.2.0...1.3.0)

---
updated-dependencies:
- dependency-name: blake3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-01-08 20:28:04 +00:00
committed by GitHub
parent 0f94e1d3a2
commit d8ec8ca2e6
3 changed files with 12 additions and 24 deletions

11
Cargo.lock generated
View File

@@ -359,17 +359,16 @@ dependencies = [
[[package]]
name = "blake3"
version = "1.2.0"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "526c210b4520e416420759af363083471656e819a75e831b8d2c9d5a584f2413"
checksum = "882e99e4a0cb2ae6cb6e442102e8e6b7131718d94110e64c3e6a34ea9b106f37"
dependencies = [
"arrayref",
"arrayvec 0.7.2",
"cc",
"cfg-if 1.0.0",
"constant_time_eq",
"crypto-mac 0.11.1",
"digest 0.9.0",
"digest 0.10.1",
]
[[package]]
@@ -5438,7 +5437,7 @@ dependencies = [
"base64 0.13.0",
"bincode",
"bitflags",
"blake3 1.2.0",
"blake3 1.3.0",
"borsh",
"borsh-derive",
"bs58 0.4.0",
@@ -5671,7 +5670,7 @@ dependencies = [
"arrayref",
"assert_matches",
"bincode",
"blake3 1.2.0",
"blake3 1.3.0",
"bv",
"byteorder",
"bzip2",