From c081c36cf842efded372742075ac1b31c7021299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:14:38 +0000 Subject: [PATCH] build(deps): Bump tempfile from 3.16.0 to 3.17.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.16.0 to 3.17.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.16.0...v3.17.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9a3aff..f69d398 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -699,9 +699,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.16.0" +version = "3.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91" +checksum = "a40f762a77d2afa88c2d919489e390a12bdd261ed568e60cfa7e48d4e20f0d33" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 3862158..81f4f83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ fs_extra = "1.3.0" predicates = "3.1.3" serial_test = "3.2.0" symlink = "0.1.0" -tempfile = "3.16.0" +tempfile = "3.17.0" textwrap = "0.16.1"