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:
Alexander Krotov
2020-06-23 02:28:35 +03:00
committed by link2xt
parent 07236efc45
commit 93797bc82f
3 changed files with 6 additions and 15 deletions

View File

@@ -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" }