summaryrefslogtreecommitdiff
path: root/test_util/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-03-22 12:55:19 -0600
committerGitHub <noreply@github.com>2023-03-22 12:55:19 -0600
commitcebefa87832244682edeacae81c05b38c2414ca0 (patch)
treefe038b47e130c3867c5bf74e4d1bbdc9f8fe2c89 /test_util/Cargo.toml
parentdf614ff6e5cc0b3d48534fb20a348412bebea576 (diff)
chore(test_util): replace tempdir code w/tempdir crate (#18340)
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r--test_util/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
index 705ccda40..a6e985b6d 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -36,6 +36,7 @@ semver = "=1.0.14"
serde.workspace = true
serde_json.workspace = true
tar.workspace = true
+tempfile.workspace = true
tokio.workspace = true
tokio-rustls.workspace = true
tokio-tungstenite.workspace = true