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

Merge pull request #6057 from uutils/renovate/blake3-1.x

chore(deps): update rust crate blake3 to 1.5.1
This commit is contained in:
Sylvestre Ledru 2024-03-12 11:14:38 +01:00 committed by GitHub
commit cc1142cee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -166,9 +166,9 @@ dependencies = [
[[package]] [[package]]
name = "blake3" name = "blake3"
version = "1.5.0" version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87" checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"arrayvec", "arrayvec",

View file

@ -340,7 +340,7 @@ sha1 = "0.10.6"
sha2 = "0.10.8" sha2 = "0.10.8"
sha3 = "0.10.8" sha3 = "0.10.8"
blake2b_simd = "1.0.2" blake2b_simd = "1.0.2"
blake3 = "1.5.0" blake3 = "1.5.1"
sm3 = "0.4.2" sm3 = "0.4.2"
digest = "0.10.7" digest = "0.10.7"