From de5a71fdf8f33b5854e2205e8c63e28b7f65de2e Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 24 Nov 2022 00:29:14 +0000 Subject: [PATCH] Update Rust crate digest to 0.10.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d97dfe4..7109be6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ urlencoding = "2.1.2" rand = "0.8.5" base64 = "0.13.1" jwt-simple = "0.11.2" -digest = "0.10.5" +digest = "0.10.6" sha2 = "0.10.6" lazy-regex = "2.3.1" totp_rfc6238 = "0.5.1" -- 2.45.2