From d696849d6bf02cb50006f46a72c412a0f9fe38d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:38:18 +0000 Subject: [PATCH] Update Rust crate tempfile to 3.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..297875e 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.27.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"