1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

chore(deps): update rust crate blake3 to 1.3.3

This commit is contained in:
renovate[bot] 2023-03-24 09:32:18 +00:00 committed by GitHub
parent cc77a952f5
commit 2ed432ebdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -128,9 +128,9 @@ dependencies = [
[[package]] [[package]]
name = "blake3" name = "blake3"
version = "1.3.2" version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "895adc16c8b3273fbbc32685a7d55227705eda08c01e77704020f3491924b44b" checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"arrayvec", "arrayvec",

View file

@ -339,7 +339,7 @@ sha1 = "0.10.1"
sha2 = "0.10.2" sha2 = "0.10.2"
sha3 = "0.10.6" sha3 = "0.10.6"
blake2b_simd = "1.0.1" blake2b_simd = "1.0.1"
blake3 = "1.3.2" blake3 = "1.3.3"
sm3 = "0.4.1" sm3 = "0.4.1"
digest = "0.10.6" digest = "0.10.6"