mirror of
https://github.com/chatmail/core.git
synced 2026-05-14 04:16:30 +03:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user