Fix minimal-version of the mime crate (#548)

This commit is contained in:
Paolo Barbolini
2021-02-16 09:50:45 +01:00
committed by GitHub
parent 9146212a3e
commit d1f016e8e2

View File

@@ -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 }