diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-08-25 20:24:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-25 20:24:18 -0400 |
| commit | 376665d1154501660e7b20f760a0482509cff8b0 (patch) | |
| tree | 0a979722c66f8ede48f1dff21c8ceb335521a94a /test_util/Cargo.toml | |
| parent | 0fe590bbcbf270b50abd8d73db1c5e0be69591f1 (diff) | |
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.
Diffstat (limited to 'test_util/Cargo.toml')
| -rw-r--r-- | test_util/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
