chore: bump blake3 from 1.0.0 to 1.1.0 (#20877)

* chore: bump blake3 from 1.0.0 to 1.1.0

Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.0.0...1.1.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] 2021-10-22 09:44:42 -06:00 committed by GitHub
parent b18515ad55
commit 1d9c1ccfd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

8
Cargo.lock generated
View File

@ -351,9 +351,9 @@ dependencies = [
[[package]]
name = "blake3"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcd555c66291d5f836dbb6883b48660ece810fe25a31f3bdfb911945dff2691f"
checksum = "2607a74355ce2e252d0c483b2d8a348e1bba36036e786ccc2dcd777213c86ffd"
dependencies = [
"arrayref",
"arrayvec 0.7.1",
@ -5272,7 +5272,7 @@ dependencies = [
"base64 0.13.0",
"bincode",
"bitflags",
"blake3 1.0.0",
"blake3 1.1.0",
"borsh",
"borsh-derive",
"bs58 0.4.0",
@ -5476,7 +5476,7 @@ dependencies = [
"arrayref",
"assert_matches",
"bincode",
"blake3 1.0.0",
"blake3 1.1.0",
"bv",
"byteorder",
"bzip2",

View File

@ -185,9 +185,9 @@ dependencies = [
[[package]]
name = "blake3"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcd555c66291d5f836dbb6883b48660ece810fe25a31f3bdfb911945dff2691f"
checksum = "2607a74355ce2e252d0c483b2d8a348e1bba36036e786ccc2dcd777213c86ffd"
dependencies = [
"arrayref",
"arrayvec 0.7.1",
@ -2779,7 +2779,7 @@ dependencies = [
name = "solana-bpf-rust-sha"
version = "1.9.0"
dependencies = [
"blake3 1.0.0",
"blake3 1.1.0",
"solana-program 1.9.0",
]
@ -3138,7 +3138,7 @@ dependencies = [
"base64 0.13.0",
"bincode",
"bitflags",
"blake3 1.0.0",
"blake3 1.1.0",
"borsh",
"borsh-derive",
"bs58 0.4.0",
@ -3240,7 +3240,7 @@ version = "1.9.0"
dependencies = [
"arrayref",
"bincode",
"blake3 1.0.0",
"blake3 1.1.0",
"bv",
"byteorder 1.4.3",
"bzip2",

View File

@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
arrayref = "0.3.6"
bincode = "1.3.3"
blake3 = "1.0.0"
blake3 = "1.1.0"
bv = { version = "0.11.1", features = ["serde"] }
byteorder = "1.4.3"
bzip2 = "0.4.3"