mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
Switch to sanitize-filename-reader-friendly
One advantage is that it does not depend on any crates, so there is a higher chance of dropping regex crate eventually.
This commit is contained in:
committed by
link2xt
parent
07236efc45
commit
93797bc82f
@@ -48,7 +48,7 @@ image-meta = "0.1.0"
|
||||
quick-xml = "0.18.1"
|
||||
escaper = "0.1.0"
|
||||
bitflags = "1.1.0"
|
||||
sanitize-filename = "0.2.1"
|
||||
sanitize-filename-reader-friendly = "0.9.2"
|
||||
stop-token = { version = "0.1.1", features = ["unstable"] }
|
||||
mailparse = "0.12.1"
|
||||
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }
|
||||
|
||||
Reference in New Issue
Block a user