From 29c18807d87d4c1e6dc267e9e516adf2bb148dca Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sun, 3 Mar 2024 00:12:48 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22.0 --- geneit_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geneit_backend/Cargo.toml b/geneit_backend/Cargo.toml index e6dcdc2..78d7b38 100644 --- a/geneit_backend/Cargo.toml +++ b/geneit_backend/Cargo.toml @@ -36,4 +36,4 @@ httpdate = "1.0.3" zip = "0.6.6" mime_guess = "2.0.4" tempfile = "3.10.1" -base64 = "0.21.7" +base64 = "0.22.0"