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

Merge pull request #4732 from uutils/renovate/sha3-0.x

chore(deps): update rust crate sha3 to 0.10.7
This commit is contained in:
Daniel Hofstetter 2023-04-12 07:08:41 +02:00 committed by GitHub
commit 248be61c32
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

@ -2080,9 +2080,9 @@ dependencies = [
[[package]]
name = "sha3"
version = "0.10.6"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"
checksum = "54c2bb1a323307527314a36bfb73f24febb08ce2b8a554bf4ffd6f51ad15198c"
dependencies = [
"digest",
"keccak",

View file

@ -335,7 +335,7 @@ hex = "0.4.3"
md-5 = "0.10.5"
sha1 = "0.10.5"
sha2 = "0.10.6"
sha3 = "0.10.6"
sha3 = "0.10.7"
blake2b_simd = "1.0.1"
blake3 = "1.3.3"
sm3 = "0.4.1"