From be9ed5ae611cb1eaa86a478ff7700b955c1b2769 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:41:12 +0000 Subject: [PATCH] chore(deps): update rust crate tempfile to 3.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e5779f4a..65e29caf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ self_update = { version = "0.39", default-features = false, features = ["rustls" rstest = "0.18" quickcheck = "1" quickcheck_macros = "1" -tempfile = "3.8" +tempfile = "3.9" pretty_assertions = "1.4" toml = "0.8" dircmp = "0.2"