From 0c37463bfa5f1fb496db03cb305e709fa421e7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:54:49 +0000 Subject: [PATCH] Bump tempfile from 3.7.0 to 3.8.0 (#10307) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e13af53271..d8f2c49acd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5173,9 +5173,9 @@ checksum = "06f6b473c37f9add4cf1df5b4d66a8ef58ab6c895f1a3b3f949cf3e21230140e" [[package]] name = "tempfile" -version = "3.7.0" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" +checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 18ee8d581b..3b57c90245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ criterion = "0.5" pretty_assertions = "1.4" rstest = { version = "0.18", default-features = false } serial_test = "2.0" -tempfile = "3.7" +tempfile = "3.8" [features] plugin = [