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

12
Cargo.lock generated
View File

@@ -869,7 +869,7 @@ dependencies = [
"regex",
"rusqlite",
"rustyline",
"sanitize-filename",
"sanitize-filename-reader-friendly",
"serde",
"serde_json",
"sha2 0.9.0",
@@ -2687,14 +2687,10 @@ dependencies = [
]
[[package]]
name = "sanitize-filename"
version = "0.2.1"
name = "sanitize-filename-reader-friendly"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23fd0fec94ec480abfd86bb8f4f6c57e0efb36dac5c852add176ea7b04c74801"
dependencies = [
"lazy_static",
"regex",
]
checksum = "464ea3b205846bf746a75a3483d82027b05d157b0415788b7cea7cf0c4d36892"
[[package]]
name = "schannel"