From 07a23ab18d87dc35f5faa676789bc8c8c8684260 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 7 Oct 2023 02:02:59 +0200 Subject: [PATCH] Update Rust crate sha2 to 0.10.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6af611..0e21da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,5 @@ cbc = { version = "0.1.2", features = ["alloc"] } md5 = "0.7.0" base64 = "0.21.4" hmac = "0.12.1" -sha2 = "0.10.7" +sha2 = "0.10.8" aes = "0.8.3" -- 2.47.0