Bump tempfile from 3.3.0 to 3.4.0 (#2247)

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-03 12:58:47 +00:00
committed by GitHub
parent 49679920c7
commit c31191703d
2 changed files with 5 additions and 15 deletions
+4 -14
View File
@@ -9539,15 +9539,6 @@ dependencies = [
"winapi", "winapi",
] ]
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi",
]
[[package]] [[package]]
name = "resolv-conf" name = "resolv-conf"
version = "0.7.0" version = "0.7.0"
@@ -12816,16 +12807,15 @@ checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.3.0" version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"fastrand", "fastrand",
"libc",
"redox_syscall", "redox_syscall",
"remove_dir_all", "rustix 0.36.7",
"winapi", "windows-sys 0.42.0",
] ]
[[package]] [[package]]
+1 -1
View File
@@ -96,7 +96,7 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate"
[dev-dependencies] [dev-dependencies]
assert_cmd = "2.0" assert_cmd = "2.0"
nix = { version = "0.26.1", features = ["signal"] } nix = { version = "0.26.1", features = ["signal"] }
tempfile = "3.3.0" tempfile = "3.4.0"
tokio = { version = "1.25.0", features = ["macros", "time", "parking_lot"] } tokio = { version = "1.25.0", features = ["macros", "time", "parking_lot"] }
wait-timeout = "0.2" wait-timeout = "0.2"
# purge_chain_works works with rococo-local and needs to allow this # purge_chain_works works with rococo-local and needs to allow this