build: switch to non-git version of encoded-words

This commit is contained in:
link2xt
2025-01-19 06:01:28 +00:00
committed by l
parent 0b9746b57e
commit 3cbfb47b6e
3 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ brotli = { version = "7", default-features=false, features = ["std"] }
bytes = "1"
chrono = { workspace = true, features = ["alloc", "clock", "std"] }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
encoded-words = { git = "https://github.com/async-email/encoded-words", branch = "master" }
encoded-words = "0.2"
escaper = "0.1"
fast-socks5 = "0.10"
fd-lock = "4"