summaryrefslogtreecommitdiff
path: root/cli/http_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/http_cache.rs')
-rw-r--r--cli/http_cache.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/http_cache.rs b/cli/http_cache.rs
index 94be58c3b..995532e60 100644
--- a/cli/http_cache.rs
+++ b/cli/http_cache.rs
@@ -7,6 +7,7 @@
use crate::fs as deno_fs;
use crate::http_util::HeadersMap;
use deno_core::error::AnyError;
+use deno_core::serde_json;
use deno_core::url::Url;
use serde::Deserialize;
use serde::Serialize;