From d30a62b40349c8a5680ef61900a8fdfa407d8274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:09:41 +0000 Subject: [PATCH] Bump tempfile from 3.17.0 to 3.17.1 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.17.0 to 3.17.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.17.0...v3.17.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-patch ... 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 bc14891..66bd9ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2385,9 +2385,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.17.0" +version = "3.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a40f762a77d2afa88c2d919489e390a12bdd261ed568e60cfa7e48d4e20f0d33" +checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index b3456ba..e2a0b2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ rusqlite = "0.33.0" serde = { version = "1.0.185", features = ["derive"] } serde_json = "1.0.105" tar = "0.4.38" -tempfile = "3.8.0" +tempfile = "3.17.1" termcolor = "1.1.3" toml = { version = "0.8.8" } url = { version = "2.2.2", features = ["serde"] }