summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-04-01 11:15:37 -0400
committerGitHub <noreply@github.com>2022-04-01 11:15:37 -0400
commit1c37ac33526dc45ad0b3f83ca8294dbb55548096 (patch)
tree426978168928c5e7c2223e4906005fa23fb34cd6 /Cargo.lock
parent8ca4c1819f3e7a8716c68034e256355334d53b44 (diff)
chore(tests): use custom temp dir creation for the tests (#14153)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
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",