diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-09-18 13:07:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-18 13:07:09 -0400 |
| commit | 526d668102291b26628c6fced511e17807a4699f (patch) | |
| tree | 693aff11fb570135e4020d8700ede7c8395e382d /cli/Cargo.toml | |
| parent | 4c2920ddd7729da2555728905c22aa2ece237758 (diff) | |
Use reqwest from deno_fetch export (#7562)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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"] } |
