From 94cd9a713f8dd4f055168fe71cb4f33c76327ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:42:54 +0000 Subject: [PATCH] chore(cargo): bump sanitize-filename from 0.4.0 to 0.5.0 Bumps [sanitize-filename](https://github.com/kardeiz/sanitize-filename) from 0.4.0 to 0.5.0. - [Commits](https://github.com/kardeiz/sanitize-filename/commits) --- updated-dependencies: - dependency-name: sanitize-filename dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-jsonrpc/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"