From 73f390c636d6a5098d814cebc7261dad1ac42ed1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 05:32:52 +0000 Subject: [PATCH] chore(deps): update rust crate tempfile to 3.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6787da4..069d132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ phf = "0.11.2" phf_codegen = "0.11.2" textwrap = { version = "0.16.1", features = ["terminal_size"] } xattr = "1.3.1" -tempfile = "3.9.0" +tempfile = "3.10.1" rand = { version = "0.8", features = ["small_rng"] } bytesize = "1.3.0" chrono = { version = "0.4.37", default-features = false, features = [