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

22
Cargo.lock generated
View File

@@ -408,12 +408,6 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
name = "base64"
version = "0.13.1"
@@ -1291,7 +1285,6 @@ dependencies = [
"deltachat-contact-tools",
"deltachat-time",
"deltachat_derive",
"encoded-words",
"escaper",
"fast-socks5",
"fd-lock",
@@ -1786,21 +1779,6 @@ version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
[[package]]
name = "encoded-words"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c1693107e6084e2b9444d34a985697f56c8832d314924d5cfb1fb7793154bef"
dependencies = [
"base64 0.12.3",
"charset",
"encoding_rs",
"hex",
"lazy_static",
"regex",
"thiserror 1.0.69",
]
[[package]]
name = "encoding_rs"
version = "0.8.35"