Bump tempfile from 3.1.0 to 3.2.0 (#2251)

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.1.0 to 3.2.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)

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]
2021-01-12 09:28:19 +01:00
committed by GitHub
parent a3682f8d9d
commit 4b80c33e4b
3 changed files with 21 additions and 12 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ hex = "0.4.2"
tracing = "0.1.22"
tracing-futures = "0.2.4"
rand = "0.8.1"
tempfile = "3.1.0"
tempfile = "3.2.0"
# Polkadot dependencies
polkadot-overseer = { path = "../../overseer" }