From 526d668102291b26628c6fced511e17807a4699f Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 18 Sep 2020 13:07:09 -0400 Subject: Use reqwest from deno_fetch export (#7562) --- cli/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bb4d2714b..68ea4c4cc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -56,7 +56,6 @@ env_logger = "0.7.1" notify = "5.0.0-pre.3" rand = "0.7.3" regex = "1.3.9" -reqwest = { version = "0.10.8", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } ring = "0.16.15" rustyline = { version = "6.3.0", default-features = false } serde = { version = "1.0.116", features = ["derive"] } -- cgit v1.2.3