From 2470c3828e0c2280c61be54ccf2894e04a888388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:52:54 +0000 Subject: [PATCH] build(deps): bump tempfile from 3.10.0 to 3.10.1 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.0 to 3.10.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.0...v3.10.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 b3db5a97..02872fb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2564,9 +2564,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand 2.0.1", diff --git a/Cargo.toml b/Cargo.toml index 4c9e93a5..54ac41fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ semver = { version = "1.0.22", default-features = false } serde = { version = "1.0.197", default-features = false } serde_json = { version = "1.0.114", default-features = false } sha2 = { version = "0.10.8", default-features = false } -tempfile = { version = "3.8.0", default-features = false } +tempfile = { version = "3.10.1", default-features = false } tokio-util = { version = "0.7.10", default-features = false } tower = { version = "0.4.13", default-features = false } tower-http = { version = "0.4.4", default-features = false }