From 0ae9443e22cd9ee08637bb2539a1fd6d84c802ec Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 19 Oct 2020 13:14:05 +0300 Subject: [PATCH] Update sanitize-filename (#2013) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }