From 99d658af86f4b2ce6fdcc5ad5a95b00dcbf04830 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 1 May 2024 00:03:34 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b76911..94d6780 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ num-derive = "0.4.2" #crypto cbc = { version = "0.1.2", features = ["alloc"] } md5 = "0.7.0" -base64 = "0.22.0" +base64 = "0.22.1" hmac = "0.12.1" sha2 = "0.10.8" aes = "0.8.4"