chore: bump blake3 from 0.3.8 to 1.0.0 (#18908)

* chore: bump blake3 from 0.3.8 to 1.0.0

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

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

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

* Make versions consistent

* Enable new feature

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2021-07-27 17:55:21 -06:00
committed by GitHub
parent 72e374d0f3
commit 14f0ce850d
6 changed files with 58 additions and 16 deletions

View File

@ -17,7 +17,7 @@ codecov = { repository = "solana-labs/solana", branch = "master", service = "git
ahash = "0.7.4"
base64 = "0.12.3"
bincode = "1.3.3"
blake3 = "0.3.8"
blake3 = "1.0.0"
bv = { version = "0.11.1", features = ["serde"] }
bs58 = "0.4.0"
byteorder = "1.4.3"