From 364542860c0851cbf8b36653324b43a647357b77 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Mon, 22 Jan 2024 10:12:42 +1100 Subject: [PATCH] dep: bump tempfile to v3.9.0 To fix the CI failure --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28d8f0710..ee05b631c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ process-mux = [] native-mux = ["openssh-mux-client"] [dependencies] -tempfile = "3.1.0" +tempfile = "3.9.0" shell-escape = "0.1.5" thiserror = "1.0.30"