build: remove encoded-words dependency

mail-builder is doing its own encoding.
This commit is contained in:
link2xt
2025-03-16 04:05:59 +00:00
committed by l
parent ef008d4ca0
commit 156f9642fe
3 changed files with 3 additions and 35 deletions

View File

@@ -50,7 +50,6 @@ brotli = { version = "7", default-features=false, features = ["std"] }
bytes = "1"
chrono = { workspace = true, features = ["alloc", "clock", "std"] }
data-encoding = "2.7.0"
encoded-words = "0.2"
escaper = "0.1"
fast-socks5 = "0.10"
fd-lock = "4"