summaryrefslogtreecommitdiff
path: root/cli/disk_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/disk_cache.rs')
-rw-r--r--cli/disk_cache.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/disk_cache.rs b/cli/disk_cache.rs
index d6fb9866c..cb27a6a50 100644
--- a/cli/disk_cache.rs
+++ b/cli/disk_cache.rs
@@ -1,5 +1,6 @@
use crate::fs as deno_fs;
use crate::http_cache::url_to_filename;
+use deno_core::url::{Host, Url};
use std::ffi::OsStr;
use std::fs;
use std::io;
@@ -8,7 +9,6 @@ use std::path::Path;
use std::path::PathBuf;
use std::path::Prefix;
use std::str;
-use url::{Host, Url};
#[derive(Clone)]
pub struct DiskCache {