From 840a19784a8d60c6413ccb89412052c7570be886 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 7 Dec 2022 16:37:38 +0100 Subject: [PATCH] cargo: require quoted_printable ^0.4.6 (#837) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ec2f77..3b448c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tracing = { version = "0.1.16", default-features = false, features = ["std"], op httpdate = { version = "1", optional = true } mime = { version = "0.3.4", optional = true } fastrand = { version = "1.4", optional = true } -quoted_printable = { version = "0.4", optional = true } +quoted_printable = { version = "0.4.6", optional = true } base64 = { version = "0.13", optional = true } email-encoding = { git = "https://github.com/lettre/email-encoding.git", rev = "e255be51b1d7f957464cc9f135aef74e3c78bb64", optional = true }