From 3e0b21bd2c883b2f99fa1f0b346beac1f37d7996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:08:08 +0000 Subject: [PATCH] Bump tempfile from 3.10.1 to 3.11.0 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] --- Cargo.lock | 5 +++-- node/cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 933418350..207edb48a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14008,12 +14008,13 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[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 0.38.32", "windows-sys 0.52.0", ] diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index c704f8305..77c079a31 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -106,7 +106,7 @@ substrate-build-script-utils={ version="11.0.0" } try-runtime-cli ={ version="0.42.0" } [dev-dependencies] -tempfile ="3.1.0" +tempfile ="3.11.0" sp-tracing={ version="16.0.0" } [features]