From cac8f7f6da5cb7ef6ba359b6af3834f9d888e246 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 05:56:20 +0000 Subject: [PATCH] fix(deps): update rust crate sha2 to 0.10.6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04ac453..3539422 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index a481642..88ca4c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }