From 1d34cbcffc5ea63cb8af2efad9ca43bce16b5382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:38:50 +0000 Subject: [PATCH] build(deps): Bump tempfile from 3.15.0 to 3.16.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.15.0 to 3.16.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.15.0...v3.16.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 dd086919..a939a578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2725,9 +2725,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.15.0" +version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" +checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91" dependencies = [ "cfg-if", "fastrand 2.1.1", diff --git a/Cargo.toml b/Cargo.toml index 055d86bd..e4428a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ semver = { version = "1.0.25", default-features = false } serde = { version = "1.0.217", default-features = false } serde_json = { version = "1.0.138", default-features = false } sha2 = { version = "0.10.8", default-features = false } -tempfile = { version = "3.15.0", default-features = false } +tempfile = { version = "3.16.0", default-features = false } tokio-util = { version = "0.7.12", default-features = false } tower = { version = "0.4.13", default-features = false } tower-http = { version = "0.4.4", default-features = false }