From 1ea41fdb69d446051ee64933913f441f170aabab Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Tue, 25 Oct 2022 00:27:16 +0000 Subject: [PATCH] Update Rust crate digest to 0.10.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69de7c6..1718189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ urlencoding = "2.1.2" rand = "0.8.5" base64 = "0.13.0" jwt-simple = "0.11.1" -digest = "0.10.3" +digest = "0.10.5" sha2 = "0.10.6" lazy-regex = "2.3.0" totp_rfc6238 = "0.5.1"