From 6d181329cb1e8d7352ca46a9af2b1aac99813b4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 03:40:38 +0000 Subject: [PATCH] fix(deps): update rust crate sha2 to 0.10.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30bf450..4598e2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,9 +347,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.3" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "899bf02746a2c92bf1053d9327dadb252b01af1f81f90cdb902411f518bc7215" +checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 2d9f3ee..7023bb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ jwt = ["chrono", "serde", "jsonwebtoken"] [dependencies] sha1 = { version = "0.10.4", optional = true } -sha2 = { version = "0.10.3", optional = true } +sha2 = { version = "0.10.5", optional = true } hmac = { version = "0.12.1", optional = true } chrono = { version = "0.4.22", optional = true } serde = { version = "1.0.144", optional = true }