From 3c2d258d6cd00e3e01c82506dc47fa8784c56208 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 02:00:22 +0000 Subject: [PATCH] Update Rust crate tempfile to 3.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..3f806c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ parse_duration = "2.1.1" patchset = { path = "patchset" } rcs-ed = { path = "rcs-ed" } structopt = "0.3.26" -tempfile = "3.3.0" +tempfile = "3.14.0" thiserror = "1.0.30" tokio = { version = "1.16.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] } walkdir = "2.3.2"