From b30f9f776a01a3a3db6884a2be1338c4b66971aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:01:25 +0000 Subject: [PATCH] Bump tempfile from 3.7.0 to 3.7.1 (#2990) Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.7.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: parity-processbot <> --- Cargo.lock | 4 ++-- polkadot-parachain/Cargo.toml | 2 +- test/service/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdaecced8fc..942e5bb1a92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14201,9 +14201,9 @@ checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d" [[package]] name = "tempfile" -version = "3.7.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" +checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" dependencies = [ "cfg-if", "fastrand 2.0.0", diff --git a/polkadot-parachain/Cargo.toml b/polkadot-parachain/Cargo.toml index 7413b2a194e..20ca9b98eb7 100644 --- a/polkadot-parachain/Cargo.toml +++ b/polkadot-parachain/Cargo.toml @@ -97,7 +97,7 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate" [dev-dependencies] assert_cmd = "2.0" nix = { version = "0.26.1", features = ["signal"] } -tempfile = "3.7.0" +tempfile = "3.7.1" tokio = { version = "1.29.1", features = ["macros", "time", "parking_lot"] } wait-timeout = "0.2" diff --git a/test/service/Cargo.toml b/test/service/Cargo.toml index 88b559dde25..c0333e52165 100644 --- a/test/service/Cargo.toml +++ b/test/service/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.183", features = ["derive"] } tokio = { version = "1.29.1", features = ["macros"] } tracing = "0.1.37" url = "2.4.0" -tempfile = "3.7.0" +tempfile = "3.7.1" # Substrate frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }