From e2e685ce985dc2adc84e91ea4c435d25d2bac6e5 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Mon, 22 Jan 2024 09:15:50 +1000 Subject: [PATCH] dep: bump tempfile to v3.9.0 (#142) 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"