From cebefa87832244682edeacae81c05b38c2414ca0 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 22 Mar 2023 12:55:19 -0600 Subject: chore(test_util): replace tempdir code w/tempdir crate (#18340) --- test_util/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'test_util/Cargo.toml') 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 -- cgit v1.2.3