From 1076646ef36f9cf69b842f8169343d4af745a1b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:25:39 +0000 Subject: [PATCH] build(deps): update rust crate tempfile to 3.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8e52698..15f914e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ winres = "0.1.12" [dev-dependencies] mockall = "0.11" -tempfile = "3.2.0" +tempfile = "3.3.0" [profile.release] codegen-units = 1