diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-01 11:15:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-01 11:15:37 -0400 |
| commit | 1c37ac33526dc45ad0b3f83ca8294dbb55548096 (patch) | |
| tree | 426978168928c5e7c2223e4906005fa23fb34cd6 /test_util/Cargo.toml | |
| parent | 8ca4c1819f3e7a8716c68034e256355334d53b44 (diff) | |
chore(tests): use custom temp dir creation for the tests (#14153)
Diffstat (limited to 'test_util/Cargo.toml')
| -rw-r--r-- | test_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 50ccc8dec..13f9505fe 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -19,6 +19,7 @@ base64 = "0.13.0" futures = "0.3.21" hyper = { version = "0.14.12", features = ["server", "http1", "http2", "runtime"] } lazy_static = "1.4.0" +once_cell = "1.10.0" os_pipe = "1.0.1" parking_lot = "0.11.1" pretty_assertions = "=1.2.0" @@ -26,7 +27,6 @@ regex = "1.5.5" rustls-pemfile = "0.2.1" serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.65" -tempfile = "3.2.0" tokio = { version = "1.10.1", features = ["full"] } tokio-rustls = "0.23" tokio-tungstenite = "0.16" |
