Bump blake3 from 1.6.0 to 1.8.2

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-02 18:34:30 +00:00
committed by GitHub
parent b3e3b1792f
commit 41520d18f9
2 changed files with 3 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ panic = "abort"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
blake3 = "1.6.0"
blake3 = "1.8.2"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"
rand = "0.9.0"