From 370920f0bd7f54dec84dc255bfb4c4235c0d14b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 22:40:06 +0000 Subject: [PATCH] chore(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 0b5e67fbf2..f25b7c20c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2116,9 +2116,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", diff --git a/Cargo.toml b/Cargo.toml index c3413d86bd..ac5e450887 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -318,7 +318,7 @@ self_cell = "1.0.1" selinux = "0.4" signal-hook = "0.3.17" smallvec = { version = "1.11", features = ["union"] } -tempfile = "3.7.1" +tempfile = "3.8.0" term_grid = "0.1.5" terminal_size = "0.2.6" textwrap = { version = "0.16.0", features = ["terminal_size"] }