Merge pull request #2618 from AleoHQ/dependabot/cargo/testnet3/sha2-0.10.8

Bump sha2 from 0.10.7 to 0.10.8
This commit is contained in:
d0cd 2023-09-28 20:09:26 -04:00 committed by GitHub
commit 5c7a85f401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -2362,9 +2362,9 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.10.7"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",