This commit is contained in:
Kitson Kelly 2020-04-04 13:41:16 +11:00 committed by GitHub
parent 0db04d6a42
commit f527407287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 1 additions and 48 deletions

View file

@ -3,7 +3,6 @@ use crate::version;
use bytes::Bytes;
use deno_core::ErrBox;
use futures::future::FutureExt;
use reqwest;
use reqwest::header::HeaderMap;
use reqwest::header::HeaderValue;
use reqwest::header::IF_NONE_MATCH;