summaryrefslogtreecommitdiff
path: root/cli/ops/timers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/ops/timers.rs')
-rw-r--r--cli/ops/timers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/timers.rs b/cli/ops/timers.rs
index a8f5be900..16220d56a 100644
--- a/cli/ops/timers.rs
+++ b/cli/ops/timers.rs
@@ -5,7 +5,7 @@ use deno_core::BufVec;
use deno_core::OpState;
use deno_core::ZeroCopyBuf;
use futures::future::FutureExt;
-use serde_derive::Deserialize;
+use serde::Deserialize;
use serde_json::Value;
use std::cell::RefCell;
use std::rc::Rc;