Skip to content

Commit

Permalink
chore: bump blake3 from 1.3.0 to 1.3.1 (solana-labs#23460)
Browse files Browse the repository at this point in the history
* chore: bump blake3 from 1.3.0 to 1.3.1

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored Mar 3, 2022
1 parent 79a515e commit 39387e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions programs/bpf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
arrayref = "0.3.6"
bincode = "1.3.3"
blake3 = "1.3.0"
blake3 = "1.3.1"
bv = { version = "0.11.1", features = ["serde"] }
bytemuck = "1.8.0"
byteorder = "1.4.3"
Expand Down

0 comments on commit 39387e8

Please sign in to comment.