From 5bf7a7952574f3852f2334074e71fa81702a5849 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sat, 2 Mar 2024 11:06:40 +0100 Subject: [PATCH] cargo: bump base64 to v0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46a9342..f6d0b3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ categories = ["email", "encoding"] keywords = ["email", "rfc2047", "rfc2231"] [dependencies] -base64 = { version = "0.21", default-features = false } +base64 = { version = "0.22", default-features = false } memchr = "2.1" [dev-dependencies]