Update to released email-encoding crate (#749)

This commit is contained in:
Paolo Barbolini
2022-04-02 10:10:25 +02:00
committed by GitHub
parent 6e35b9b30d
commit f77376fa19

View File

@@ -30,7 +30,7 @@ fastrand = { version = "1.4", optional = true }
quoted_printable = { version = "0.4", optional = true }
base64 = { version = "0.13", optional = true }
regex = { version = "1", default-features = false, features = ["std", "unicode-case"] }
email-encoding = { git = "https://github.com/lettre/email-encoding.git", rev = "9703887cc41cb1c7a8ff820f963622dd212e97d8", optional = true }
email-encoding = { version = "0.1", optional = true }
# file transport
uuid = { version = "0.8", features = ["v4"], optional = true }