From 57a57f1cf138d07f2bea2d84a8c742a17133fc8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 18:10:27 +0000 Subject: [PATCH] fix(deps): update rust crate sha1 to 0.10.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4bb405..18d98b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index ffd1bd4..77f5b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }