diff options
Diffstat (limited to 'cli/bench/main.rs')
-rw-r--r-- | cli/bench/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/main.rs b/cli/bench/main.rs index bb735f717..cf640d1f7 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -use serde_json::{self, map::Map, Number, Value}; +use deno_core::serde_json::{self, map::Map, Number, Value}; use std::{ convert::From, env, fs, |