diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-03-22 12:55:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 12:55:19 -0600 |
| commit | cebefa87832244682edeacae81c05b38c2414ca0 (patch) | |
| tree | fe038b47e130c3867c5bf74e4d1bbdc9f8fe2c89 /test_util/Cargo.toml | |
| parent | df614ff6e5cc0b3d48534fb20a348412bebea576 (diff) | |
chore(test_util): replace tempdir code w/tempdir crate (#18340)
Diffstat (limited to 'test_util/Cargo.toml')
| -rw-r--r-- | test_util/Cargo.toml | 1 |
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 |
