Bump tempfile from 3.5.0 to 3.6.0 (#2698)

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.5.0 to 3.6.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.5.0...v3.6.0)

---
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-06-07 10:22:00 +00:00
committed by GitHub
parent c8416af829
commit cab52dc1f4
3 changed files with 262 additions and 224 deletions
+260 -222
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -96,7 +96,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.5.0"
tempfile = "3.6.0"
tokio = { version = "1.28.2", features = ["macros", "time", "parking_lot"] }
wait-timeout = "0.2"
# purge_chain_works works with rococo-local and needs to allow this
+1 -1
View File
@@ -19,7 +19,7 @@ serde = { version = "1.0.163", features = ["derive"] }
tokio = { version = "1.28.2", features = ["macros"] }
tracing = "0.1.37"
url = "2.4.0"
tempfile = "3.5.0"
tempfile = "3.6.0"
# Substrate
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }