From 376665d1154501660e7b20f760a0482509cff8b0 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 25 Aug 2022 20:24:18 -0400 Subject: fix: avoid global declaration collisions in cjs (#15608) * Use a default stack size * 2 in debug for Windows because swc using so much stack size. We should look into this more later though. --- test_util/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 0004719f2..8d9da66e2 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -16,6 +16,7 @@ anyhow = "1.0.57" async-stream = "0.3.3" atty = "0.2.14" base64 = "0.13.0" +flate2 = "1.0.24" futures = "0.3.21" hyper = { version = "0.14.18", features = ["server", "http1", "http2", "runtime"] } lazy_static = "1.4.0" @@ -25,9 +26,11 @@ parking_lot = "0.12.0" pretty_assertions = "=1.2.1" regex = "1.6.0" reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks"] } +ring = "0.16.20" rustls-pemfile = "1.0.0" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" +tar = "0.4.38" tokio = { version = "1.19", features = ["full"] } tokio-rustls = "0.23" tokio-tungstenite = "0.16" -- cgit v1.2.3