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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: parity-processbot <>
This commit is contained in:
dependabot[bot]
2023-08-11 11:01:25 +00:00
committed by GitHub
parent eadfbca388
commit f77bcf5447
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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" }