summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@chromium.org>2019-04-17 21:09:41 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-07-11 16:15:38 -0700
commite33b55c4298c8f0d3dff7f04343e765559463d3a (patch)
tree6bde0d2e529f9b650270a95526a3a1a4186f7a63 /Cargo.lock
parent8f94a9ff71ce766c9e91fb2284d40f327148e708 (diff)
downloadcrosvm-e33b55c4298c8f0d3dff7f04343e765559463d3a.tar
crosvm-e33b55c4298c8f0d3dff7f04343e765559463d3a.tar.gz
crosvm-e33b55c4298c8f0d3dff7f04343e765559463d3a.tar.bz2
crosvm-e33b55c4298c8f0d3dff7f04343e765559463d3a.tar.lz
crosvm-e33b55c4298c8f0d3dff7f04343e765559463d3a.tar.xz
crosvm-e33b55c4298c8f0d3dff7f04343e765559463d3a.tar.zst
crosvm-e33b55c4298c8f0d3dff7f04343e765559463d3a.zip
tempfile: Unify the two tempdir implementations
Looks like we ended up with two totally different tempdir
implementations: one from CL:520706 and the other from CL:1409705.

This CL consolidates them into one implementation.

BUG=chromium:974059
TEST=tempfile: cargo test
TEST=crosvm: cargo check --all-features
TEST=devices: cargo check --tests
TEST=sys_util: cargo check --tests
TEST=local kokoro
TEST=./build_test

Cq-Depend: chromium:1574668
Change-Id: Id70e963c9986ed2fc5f160819c4a7f9f16092b3b
Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1573227
Tested-by: kokoro <noreply+kokoro@google.com>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index beaf37b..8387f0e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -162,6 +162,7 @@ dependencies = [
  "resources 0.1.0",
  "sync 0.1.0",
  "sys_util 0.1.0",
+ "tempfile 3.0.7",
  "tpm2 0.1.0",
  "usb_util 0.1.0",
  "vhost 0.1.0",
@@ -473,6 +474,7 @@ dependencies = [
  "poll_token_derive 0.1.0",
  "sync 0.1.0",
  "syscall_defines 0.1.0",
+ "tempfile 3.0.7",
 ]
 
 [[package]]