fix(deps): update rust crate sha1 to 0.10.2

This commit is contained in:
renovate[bot] 2022-08-30 18:10:27 +00:00 committed by GitHub
parent 213e3de7db
commit 240cad6e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.1"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f"
checksum = "5cf2781a4ca844dd4f9b608a1791eea19830df0ad3cdd9988cd05f1c66ccb63a"
dependencies = [
"cfg-if",
"cpufeatures",

View File

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