From a303985da56f61dc512e17751fab6ca29b627ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 04:04:10 +0000 Subject: [PATCH] build(deps): bump tempfile from 3.8.1 to 3.9.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.9.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.8.1...v3.9.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7ab55e0b..45fd7093b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5178,15 +5178,15 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.8.1" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" +checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" dependencies = [ "cfg-if", "fastrand 2.0.1", "redox_syscall 0.4.1", "rustix 0.38.28", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 9f343476b..3701c58c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ serde_json = "1.0.79" simplelog = "0.12.0" snapbox = "0.4.11" # keep in sync with `trycmd` strum = { version = "0.25.0", default-features = false, features = ["derive"] } -tempfile = "3.3.0" +tempfile = "3.9.0" thiserror = "1.0.40" # Tokio is used for async test-running and for certain binaries. # The library crates do not require Tokio.