Merge pull request 'Update tempfile requirement from ~3.2 to ~3.5' (#321) from dependabot/cargo/tempfile-approx-3.5 into master

Reviewed-on: #321
This commit is contained in:
Gregory Burd 2023-11-25 15:58:29 +00:00
commit 92f400a553

View file

@ -29,7 +29,7 @@ lazy_static = "~1.4"
linefeed = "~0.6"
log = "~0.4"
tabwriter = "~1.2"
tempfile = "~3.2"
tempfile = "~3.5"
termion = "~1.5"
time = "~0.3"
bytes = { version = "1.0.1", features = ["serde"] }