From a07de828fa31c10a63573e25fe8e4b0e230d5207 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 12 Jan 2024 02:05:58 +0100 Subject: [PATCH] Update Rust crate base64 to 0.21.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8665dd0..af91e1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ num-derive = "0.4.1" #crypto cbc = { version = "0.1.2", features = ["alloc"] } md5 = "0.7.0" -base64 = "0.21.6" +base64 = "0.21.7" hmac = "0.12.1" sha2 = "0.10.8" aes = "0.8.3"