Update Rust crate sha2 to 0.10.5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2022-09-04 00:30:21 +00:00
parent 6f9916358c
commit 34bff81e3a
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -559,7 +559,7 @@ dependencies = [
"serde",
"serde_json",
"serde_yaml",
"sha2 0.10.3",
"sha2 0.10.5",
"totp_rfc6238",
"url",
"urlencoding",
@ -818,7 +818,7 @@ dependencies = [
"hmac 0.12.1",
"percent-encoding",
"rand",
"sha2 0.10.3",
"sha2 0.10.5",
"subtle",
"time",
"version_check",
@ -2432,9 +2432,9 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.10.3"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "899bf02746a2c92bf1053d9327dadb252b01af1f81f90cdb902411f518bc7215"
checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5"
dependencies = [
"cfg-if",
"cpufeatures",

View File

@ -27,7 +27,7 @@ rand = "0.8.5"
base64 = "0.13.0"
jwt-simple = "0.11.0"
digest = "0.10.3"
sha2 = "0.10.3"
sha2 = "0.10.5"
lazy-regex = "2.3.0"
totp_rfc6238 = "0.5.0"
base32 = "0.4.0"