Merge pull request #4591 from deltachat/dependabot/cargo/sanitize-filename-0.5.0

This commit is contained in:
dependabot[bot]
2023-08-24 20:01:21 +00:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -4130,9 +4130,9 @@ dependencies = [
[[package]] [[package]]
name = "sanitize-filename" name = "sanitize-filename"
version = "0.4.0" version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c502bdb638f1396509467cb0580ef3b29aa2a45c5d43e5d84928241280296c" checksum = "2ed72fbaf78e6f2d41744923916966c4fbe3d7c74e3037a8ee482f1115572603"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
"regex", "regex",

View File

@@ -75,7 +75,7 @@ regex = "1.8"
reqwest = { version = "0.11.18", features = ["json"] } reqwest = { version = "0.11.18", features = ["json"] }
rusqlite = { version = "0.29", features = ["sqlcipher"] } rusqlite = { version = "0.29", features = ["sqlcipher"] }
rust-hsluv = "0.1" rust-hsluv = "0.1"
sanitize-filename = "0.4" sanitize-filename = "0.5"
serde_json = "1.0" serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
sha-1 = "0.10" sha-1 = "0.10"

View File

@@ -25,7 +25,7 @@ serde_json = "1.0.99"
yerpc = { version = "0.5.2", features = ["anyhow_expose", "openrpc"] } yerpc = { version = "0.5.2", features = ["anyhow_expose", "openrpc"] }
typescript-type-def = { version = "0.5.5", features = ["json_value"] } typescript-type-def = { version = "0.5.5", features = ["json_value"] }
tokio = { version = "1.29.1" } tokio = { version = "1.29.1" }
sanitize-filename = "0.4" sanitize-filename = "0.5"
walkdir = "2.3.3" walkdir = "2.3.3"
base64 = "0.21" base64 = "0.21"