From 1652a8f189bd415d287f4dc19f8e39f7bf5f843e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:58:05 +0000 Subject: [PATCH] build(deps): Bump tempfile from 3.10.1 to 3.11.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 to 3.11.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.1...v3.11.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2cc27023..dd5ac56a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2571,12 +2571,13 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "tempfile" -version = "3.10.1" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53" dependencies = [ "cfg-if", "fastrand 2.0.2", + "once_cell", "rustix 0.38.32", "windows-sys 0.52.0", ] diff --git a/Cargo.toml b/Cargo.toml index 82b24a0a..7ba807f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ semver = { version = "1.0.23", default-features = false } serde = { version = "1.0.204", default-features = false } serde_json = { version = "1.0.122", default-features = false } sha2 = { version = "0.10.8", default-features = false } -tempfile = { version = "3.10.1", default-features = false } +tempfile = { version = "3.11.0", default-features = false } tokio-util = { version = "0.7.11", default-features = false } tower = { version = "0.4.13", default-features = false } tower-http = { version = "0.4.4", default-features = false }