diff --git a/Cargo.lock b/Cargo.lock index d7a2b8cc6..a96dd3307 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3222,9 +3222,9 @@ dependencies = [ [[package]] name = "sanitize-filename" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf18934a12018228c5b55a6dae9df5d0641e3566b3630cb46cc55564068e7c2f" +checksum = "08c502bdb638f1396509467cb0580ef3b29aa2a45c5d43e5d84928241280296c" dependencies = [ "lazy_static", "regex", diff --git a/Cargo.toml b/Cargo.toml index 82a7434e8..bd79ce1f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ regex = "1.5" rusqlite = { version = "0.27", features = ["sqlcipher"] } rust-hsluv = "0.1" rustyline = { version = "9", optional = true } -sanitize-filename = "0.3" +sanitize-filename = "0.4" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } sha-1 = "0.10"