Update Rust crate sha2 to 0.10.8
This commit is contained in:
parent
1bc1d185b6
commit
8c9b211a50
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2656,9 +2656,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",
|
||||||
|
@ -28,7 +28,7 @@ rand = "0.8.5"
|
|||||||
base64 = "0.21.3"
|
base64 = "0.21.3"
|
||||||
jwt-simple = "0.11.7"
|
jwt-simple = "0.11.7"
|
||||||
digest = "0.10.7"
|
digest = "0.10.7"
|
||||||
sha2 = "0.10.7"
|
sha2 = "0.10.8"
|
||||||
lazy-regex = "3.0.2"
|
lazy-regex = "3.0.2"
|
||||||
totp_rfc6238 = "0.5.1"
|
totp_rfc6238 = "0.5.1"
|
||||||
base32 = "0.4.0"
|
base32 = "0.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user