From 1ad0e6c0ecf7eaae4703b9d20ba0f01b02348f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:13:57 +0000 Subject: [PATCH] build(deps): bump tempfile from 3.14.0 to 3.15.0 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] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cbbf7423..5f8396f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5542,12 +5542,13 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[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", + "getrandom", "once_cell", "rustix", "windows-sys 0.59.0", diff --git a/Cargo.toml b/Cargo.toml index fc1a5fd70..224d7d695 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ simplelog = { version = "0.12.0", default-features = false, features = ["local-o snapbox = "0.6.10" # keep in sync with `trycmd` strum = { version = "0.26.3", default-features = false, features = ["derive"] } sync_wrapper = { version = "1.0.0", default-features = false } -tempfile = { version = "3.3.0", default-features = false } +tempfile = { version = "3.15.0", default-features = false } thiserror = { version = "1.0.65", default-features = false } time = { version = "0.3.36", default-features = false } # Tokio is used for async test-running and for certain binaries.