diff --git a/Cargo.lock b/Cargo.lock index 0f06078bc..944ffb8a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4130,9 +4130,9 @@ dependencies = [ [[package]] name = "sanitize-filename" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08c502bdb638f1396509467cb0580ef3b29aa2a45c5d43e5d84928241280296c" +checksum = "2ed72fbaf78e6f2d41744923916966c4fbe3d7c74e3037a8ee482f1115572603" dependencies = [ "lazy_static", "regex", diff --git a/Cargo.toml b/Cargo.toml index 1727e7306..e6496786f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ regex = "1.8" reqwest = { version = "0.11.18", features = ["json"] } rusqlite = { version = "0.29", features = ["sqlcipher"] } rust-hsluv = "0.1" -sanitize-filename = "0.4" +sanitize-filename = "0.5" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } sha-1 = "0.10" diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index 06b00a108..c511c3489 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.99" yerpc = { version = "0.5.2", features = ["anyhow_expose", "openrpc"] } typescript-type-def = { version = "0.5.5", features = ["json_value"] } tokio = { version = "1.29.1" } -sanitize-filename = "0.4" +sanitize-filename = "0.5" walkdir = "2.3.3" base64 = "0.21"