Skip to content

Commit 1a08a0b

Browse files
dependabot[bot]vmx
authored andcommitted
chore(deps): update blake3 requirement from 0.3.7 to 1.0.0
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>
1 parent 59064a6 commit 1a08a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ unsigned-varint = { version = "0.7.0", default-features = false }
4242

4343
blake2b_simd = { version = "0.5.10", default-features = false, optional = true }
4444
blake2s_simd = { version = "0.5.10", default-features = false, optional = true }
45-
blake3 = { version = "0.3.7", default-features = false, optional = true }
45+
blake3 = { version = "1.0.0", default-features = false, optional = true }
4646
digest = { version = "0.9.0", default-features = false, optional = true }
4747
sha-1 = { version = "0.9.1", default-features = false, optional = true }
4848
sha-2 = { version = "0.9.0", default-features = false, optional = true, package = "sha2" }

0 commit comments

Comments
 (0)