From cb31a4e31baf8c408580dc74d829f927f63cff58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:42:12 +0200 Subject: [PATCH] Bump tempfile from 3.10.1 to 3.11.0 (#364) Bumps [tempfile](https://github.com/Stebalien/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 ... 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 70e34ff4..4628197f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1774,12 +1774,13 @@ checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2" [[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", ] diff --git a/Cargo.toml b/Cargo.toml index 0c1e35ef..e00d8978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ wasm-bindgen = "0.2.92" float-cmp = "0.9.0" indoc = "2.0.5" rstest = "0.22.0" -tempfile = "3.10.1" +tempfile = "3.11.0" [target.'cfg(not(target_family = "wasm"))'.dev-dependencies] criterion = "0.5.1"