summaryrefslogtreecommitdiff
path: root/cli/bench/throughput.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/throughput.rs')
-rw-r--r--cli/bench/throughput.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/throughput.rs b/cli/bench/throughput.rs
index 74844fbed..611ccbcc3 100644
--- a/cli/bench/throughput.rs
+++ b/cli/bench/throughput.rs
@@ -1,7 +1,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
use super::Result;
-use serde_json::{Number, Value};
+use deno_core::serde_json::{Number, Value};
use std::{
path::PathBuf,
process::Command,