fix(deps): update rust crate sha1 to 0.10.4

This commit is contained in:
renovate[bot] 2022-09-02 23:11:42 +00:00
parent 5cee88b2a3
commit cfa87d963d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -336,9 +336,9 @@ dependencies = [
[[package]]
name = "sha1"
version = "0.10.2"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cf2781a4ca844dd4f9b608a1791eea19830df0ad3cdd9988cd05f1c66ccb63a"
checksum = "006769ba83e921b3085caa8334186b00cf92b4cb1a6cf4632fbccc8eff5c7549"
dependencies = [
"cfg-if",
"cpufeatures",

View File

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