summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-30 16:49:09 +0000
committerGitHub <noreply@github.com>2024-09-30 16:49:09 +0000
commitd6a5a09e5d6778e7aa4c852c8c1f14274fb56aee (patch)
tree378dffbc50b35d253fcd8257cda9c86d675bfa98
parent2ccfd32a5f36596319afd4bf650f1e822780bf49 (diff)
parent2a3671ca2c817f04a2eb4c7186d7efea2fd218b3 (diff)
Merge pull request #2878 from newsboat/dependabot/cargo/tempfile-3.13.0
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2a84112d..0ade3629 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1639,9 +1639,9 @@ checksum = "1f227968ec00f0e5322f9b8173c7a0cbcff6181a0a5b28e9892491c286277231"
[[package]]
name = "tempfile"
-version = "3.12.0"
+version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
+checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
dependencies = [
"cfg-if",
"fastrand",