fix(deps): update rust crate sha2 to 0.10.6

This commit is contained in:
renovate[bot] 2022-09-16 05:56:20 +00:00 committed by Oskar
parent ad30a33738
commit cac8f7f6da
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.5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if",
"cpufeatures",

View File

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