From d1f016e8e2441366bd322f1ce669cdf609a815f3 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 16 Feb 2021 09:50:45 +0100 Subject: [PATCH] Fix minimal-version of the mime crate (#548) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03fa370..e4e3484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tracing = { version = "0.1.16", default-features = false, features = ["std"], op # builder hyperx = { version = "1", optional = true, features = ["headers"] } -mime = { version = "0.3", optional = true } +mime = { version = "0.3.4", optional = true } uuid = { version = "0.8", features = ["v4"] } rand = { version = "0.8", optional = true } quoted_printable = { version = "0.4", optional = true }