From 4a704e992a16ce3e4055b1098588c86b2aea7bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:29:40 +0000 Subject: [PATCH] build(deps): bump tempfile from 3.14.0 to 3.15.0 (#5337) Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.14.0 to 3.15.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.15.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b372abebf..1f7463f7b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9549,12 +9549,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.14.0" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" dependencies = [ "cfg-if", "fastrand 2.1.1", + "getrandom", "once_cell", "rustix", "windows-sys 0.59.0", diff --git a/Cargo.toml b/Cargo.toml index e12b165977..d7ff35c7f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -327,7 +327,7 @@ syn = "1" sysinfo = "0.30.13" tap = "1.0.1" tar = "0.4.43" -tempfile = "3.14" +tempfile = "3.15" thiserror = "1.0.64" time = "0.3.37" tokio = "1.39"