diff options
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" |
