fix(deps): update rust crate sha2 to 0.10.3

This commit is contained in:
renovate[bot] 2022-08-30 21:54:06 +00:00
parent 57a57f1cf1
commit 03e1d20c5f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -347,9 +347,9 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.10.2"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
checksum = "899bf02746a2c92bf1053d9327dadb252b01af1f81f90cdb902411f518bc7215"
dependencies = [
"cfg-if",
"cpufeatures",

View File

@ -18,7 +18,7 @@ jwt = ["chrono", "serde", "jsonwebtoken"]
[dependencies]
sha1 = { version = "0.10.2", optional = true }
sha2 = { version = "0.10.2", optional = true }
sha2 = { version = "0.10.3", optional = true }
hmac = { version = "0.12.1", optional = true }
chrono = { version = "0.4.22", optional = true }
serde = { version = "1.0.144", optional = true }