From ec1f9a345ce6d14cbfba9b1ee153423cfe31b556 Mon Sep 17 00:00:00 2001 From: smoelius <35515885+smoelius@users.noreply.github.com> Date: Fri, 8 Nov 2024 03:08:50 +0000 Subject: [PATCH] Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bb6d7bf..66b34cd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ strip-ansi-escapes = "0.2" strum_macros = "0.26" subprocess = "0.2" syn = { version = "2.0", features = ["full", "parsing", "visit", "visit-mut"] } -tempfile = "3.13" +tempfile = "3.14" walkdir = "2.5" xshell = "0.2"