Update tempfile requirement from ~3.1 to ~3.2
Updates the requirements on [tempfile](https://github.com/Stebalien/tempfile) to permit the latest version. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
feb9665299
commit
88df3c4d8d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ lazy_static = "~1.4"
|
||||||
linefeed = "~0.6"
|
linefeed = "~0.6"
|
||||||
log = "~0.4"
|
log = "~0.4"
|
||||||
tabwriter = "~1.2"
|
tabwriter = "~1.2"
|
||||||
tempfile = "~3.1"
|
tempfile = "~3.2"
|
||||||
termion = "~1.5"
|
termion = "~1.5"
|
||||||
time = "~0.2"
|
time = "~0.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue