Skip to content

Commit

Permalink
chore(deps): update blake3 requirement from 0.3.7 to 1.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [blake3](https://github.com/BLAKE3-team/BLAKE3) to permit the latest version.
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](BLAKE3-team/BLAKE3@0.3.7...1.0.0)

---
updated-dependencies:
- dependency-name: blake3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and vmx committed Sep 22, 2021
1 parent 59064a6 commit 1a08a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ unsigned-varint = { version = "0.7.0", default-features = false }

blake2b_simd = { version = "0.5.10", default-features = false, optional = true }
blake2s_simd = { version = "0.5.10", default-features = false, optional = true }
blake3 = { version = "0.3.7", default-features = false, optional = true }
blake3 = { version = "1.0.0", default-features = false, optional = true }
digest = { version = "0.9.0", default-features = false, optional = true }
sha-1 = { version = "0.9.1", default-features = false, optional = true }
sha-2 = { version = "0.9.0", default-features = false, optional = true, package = "sha2" }
Expand Down

0 comments on commit 1a08a0b

Please sign in to comment.