From 87f80ff6be5e2a132b583a9c380fff5db3cb2b07 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 20 Aug 2022 11:31:33 -0400 Subject: feat(unstable): initial support for npm specifiers (#15484) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- test_util/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 2c632792b..0004719f2 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -24,6 +24,7 @@ os_pipe = "1.0.1" 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"] } rustls-pemfile = "1.0.0" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" -- cgit v1.2.3