Update rust-email, test that no empty lines are produced (#2119)

* Add a failing test for #2118

* Update rust-email to fix #2118
This commit is contained in:
Hocuri
2021-02-17 13:34:54 +01:00
committed by GitHub
parent 57a6f27c87
commit 6132cc2a42
2 changed files with 53 additions and 1 deletions

2
Cargo.lock generated
View File

@@ -1274,7 +1274,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "email"
version = "0.0.21"
source = "git+https://github.com/deltachat/rust-email?branch=master#9161f2d45d29ae8f0119fde0facdb1b0d7c6f077"
source = "git+https://github.com/deltachat/rust-email?branch=master#25702df99254d059483b41417cd80696a258df8e"
dependencies = [
"base64 0.11.0",
"chrono",