summaryrefslogtreecommitdiff
path: root/runtime/metrics.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-02-26 07:18:35 +1100
committerGitHub <noreply@github.com>2021-02-26 07:18:35 +1100
commite516e4d1d5bd12182a3f541e1e6e000639dbc5da (patch)
tree94bc762b8e64f243d773108e7fe0772246269ec8 /runtime/metrics.rs
parent975705a64911b0ced8ddf18985b49d86e4f35e51 (diff)
chore(cli/runtime): use re-export serde from deno_core (#9599)
Diffstat (limited to 'runtime/metrics.rs')
-rw-r--r--runtime/metrics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/metrics.rs b/runtime/metrics.rs
index 58924f0cb..b42e0c551 100644
--- a/runtime/metrics.rs
+++ b/runtime/metrics.rs
@@ -1,5 +1,5 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-use serde::Serialize;
+use deno_core::serde::Serialize;
#[derive(Default, Debug)]
pub struct RuntimeMetrics {