From 1c37ac33526dc45ad0b3f83ca8294dbb55548096 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 1 Apr 2022 11:15:37 -0400 Subject: chore(tests): use custom temp dir creation for the tests (#14153) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index e0e214945..0d7affd15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4455,6 +4455,7 @@ dependencies = [ "futures", "hyper", "lazy_static", + "once_cell", "os_pipe", "parking_lot 0.11.2", "pretty_assertions", @@ -4463,7 +4464,6 @@ dependencies = [ "rustls-pemfile 0.2.1", "serde", "serde_json", - "tempfile", "tokio", "tokio-rustls", "tokio-tungstenite", -- cgit v1.2.3