From d1e008185c833d5a8e16f393e697f4b5e7e29b78 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 1 Sep 2022 00:19:08 +0000 Subject: [PATCH] Update Rust crate sha2 to 0.10.3 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28f1037..064b892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,7 +559,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "sha2 0.10.2", + "sha2 0.10.3", "totp_rfc6238", "url", "urlencoding", @@ -818,7 +818,7 @@ dependencies = [ "hmac 0.12.1", "percent-encoding", "rand", - "sha2 0.10.2", + "sha2 0.10.3", "subtle", "time", "version_check", @@ -2432,9 +2432,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" +checksum = "899bf02746a2c92bf1053d9327dadb252b01af1f81f90cdb902411f518bc7215" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index a5d8c94..5debf31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ rand = "0.8.5" base64 = "0.13.0" jwt-simple = "0.11.0" digest = "0.10.3" -sha2 = "0.10.2" +sha2 = "0.10.3" lazy-regex = "2.3.0" totp_rfc6238 = "0.5.0" base32 = "0.4.0"