Merge pull request #4063 from uutils/dependabot/cargo/sha3-0.10.6

build(deps): bump sha3 from 0.10.5 to 0.10.6
This commit is contained in:
Sylvestre Ledru 2022-10-19 11:31:22 +02:00 committed by GitHub
commit 1b45e50655
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

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

View file

@ -23,7 +23,7 @@ md-5 = "0.10.5"
regex = "1.6.0" regex = "1.6.0"
sha1 = "0.10.1" sha1 = "0.10.1"
sha2 = "0.10.2" sha2 = "0.10.2"
sha3 = "0.10.2" sha3 = "0.10.6"
blake2b_simd = "1.0.0" blake2b_simd = "1.0.0"
blake3 = "1.3.1" blake3 = "1.3.1"
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" } uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }