Merge pull request #6739 from chatmail/dependabot/cargo/tempfile-3.19.1

This commit is contained in:
dependabot[bot]
2025-04-07 19:50:14 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -5875,14 +5875,14 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
[[package]]
name = "tempfile"
version = "3.14.0"
version = "3.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
dependencies = [
"cfg-if",
"fastrand",
"getrandom 0.3.1",
"once_cell",
"rustix 0.38.44",
"rustix 1.0.5",
"windows-sys 0.59.0",
]

View File

@@ -190,7 +190,7 @@ rusqlite = "0.32"
sanitize-filename = "0.5"
serde = "1.0"
serde_json = "1"
tempfile = "3.14.0"
tempfile = "3.19.1"
thiserror = "2"
tokio = "1"
tokio-util = "0.7.14"