From c92ca96b18b0cb9c5ab07c056d80d9d817cabb88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 18:58:28 +0000 Subject: [PATCH] chore(deps): update rust crate tempfile to 3.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e64fbaa71d..8941fae57d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -317,7 +317,7 @@ same-file = "1.0.6" selinux = "0.4" signal-hook = "0.3.15" smallvec = { version = "1.10", features = ["union"] } -tempfile = "3.4.0" +tempfile = "3.5.0" term_grid = "0.1.5" terminal_size = "0.2.5" textwrap = { version="0.16.0", features=["terminal_size"] }