qcow: Use vmm_sys_util::tempfile::Tempfile

This removes the requirement for an extra crate.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-02-22 11:37:20 +00:00
committed by Sebastien Boeuf
parent 05a2b3fac2
commit 0497a7c311
3 changed files with 5 additions and 9 deletions
Generated
-1
View File
@@ -911,7 +911,6 @@ dependencies = [
"libc",
"log 0.4.14",
"remain",
"tempfile",
"vmm-sys-util",
]