From 0cb4fedf4d374d33447e418904a0b11743f700fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:10:32 +0000 Subject: [PATCH] Bump tempfile from 3.10.1 to 3.11.0 in the minor-changes group Bumps the minor-changes group with 1 update: [tempfile](https://github.com/Stebalien/tempfile). Updates `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 dependency-group: minor-changes ... 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 a5ccda4..9800e9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -816,12 +816,13 @@ dependencies = [ [[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", + "once_cell", "rustix", "windows-sys 0.52.0", ] diff --git a/Cargo.toml b/Cargo.toml index b5fdcda..200af6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ pretty_assertions = "1.0.0" quick-xml = "0.31.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tempfile = "3.10.1" +tempfile = "3.11.0" termcolor = "1.4.1" test-casing = "0.1.3" toml = "0.8.14"