Update sanitize-filename (#2013)

This commit is contained in:
link2xt
2020-10-19 13:14:05 +03:00
committed by GitHub
parent 67cddedf7e
commit 0ae9443e22
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2932,9 +2932,9 @@ dependencies = [
[[package]]
name = "sanitize-filename"
version = "0.2.1"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23fd0fec94ec480abfd86bb8f4f6c57e0efb36dac5c852add176ea7b04c74801"
checksum = "bf18934a12018228c5b55a6dae9df5d0641e3566b3630cb46cc55564068e7c2f"
dependencies = [
"lazy_static",
"regex",

View File

@@ -47,7 +47,7 @@ itertools = "0.9.0"
quick-xml = "0.18.1"
escaper = "0.1.0"
bitflags = "1.1.0"
sanitize-filename = "0.2.1"
sanitize-filename = "0.3.0"
stop-token = { version = "0.1.1", features = ["unstable"] }
mailparse = "0.13.0"
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }