mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
chore(deps): update rust crate sha2 to 0.10.8
This commit is contained in:
parent
ffbe452b01
commit
6c7a20fc18
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1955,9 +1955,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sha2"
|
name = "sha2"
|
||||||
version = "0.10.7"
|
version = "0.10.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"cpufeatures",
|
"cpufeatures",
|
||||||
|
|
|
@ -336,7 +336,7 @@ zip = { version = "0.6.6", default_features = false, features = ["deflate"] }
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
md-5 = "0.10.6"
|
md-5 = "0.10.6"
|
||||||
sha1 = "0.10.6"
|
sha1 = "0.10.6"
|
||||||
sha2 = "0.10.7"
|
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.0"
|
||||||
|
|
Loading…
Reference in a new issue