From 52ef006e3fd2763bd02140c40efd0a6db070ed45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:31:42 +0800 Subject: [PATCH] chore(deps): bump tempfile from 3.14.0 to 3.15.0 (#3152) 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 5a708d5987..adc66b8d3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12560,12 +12560,13 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[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 0.2.15", "once_cell", "rustix", "windows-sys 0.59.0", diff --git a/Cargo.toml b/Cargo.toml index f768732ae2..5667487c04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -231,7 +231,7 @@ quote = "1.0" proc-macro2 = "1.0.92" derive-syn-parse = "0.1.5" unescape = "0.1.0" -tempfile = "3.14.0" +tempfile = "3.15.0" regex = "1.11.1" walkdir = "2.3.3" prometheus = "0.13.3"