From 2084e36cbb116334bc63fe7822aa90ff10351f99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 03:57:36 +0000 Subject: [PATCH] build(deps): update rust crate tempfile to 3.8.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 500e0f2ef..723673403 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3093,9 +3093,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.7.1" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" +checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" dependencies = [ "cfg-if", "fastrand 2.0.0", diff --git a/Cargo.toml b/Cargo.toml index c687059ef..e1c8c8c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ winres = "0.1.12" [dev-dependencies] mockall = "0.11" -tempfile = "3.7.1" +tempfile = "3.8.0" [profile.release] codegen-units = 1