use same encoded-words as deltachat/rust-email (#3549)

* use same encoded-words as deltachat/rust-email

* test `cargo vendor` in CI
This commit is contained in:
Robert Schütz
2022-08-18 13:36:58 +00:00
committed by GitHub
parent fdf91b772e
commit 8be5ca6c30
3 changed files with 183 additions and 191 deletions

View File

@@ -32,7 +32,7 @@ bitflags = "1.3"
chrono = { version = "0.4", default-features=false, features = ["clock", "std"] }
dirs = { version = "4", optional=true }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
encoded-words = "0.2"
encoded-words = { git = "https://github.com/async-email/encoded-words", branch = "master" }
escaper = "0.1"
futures = "0.3"
hex = "0.4.0"