diff --git a/Cargo.lock b/Cargo.lock index eb15f7b0c..f108411ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 4f1aa995d..a3dcf3536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }