summaryrefslogtreecommitdiff
path: root/ext/cron/local.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cron/local.rs')
-rw-r--r--ext/cron/local.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/cron/local.rs b/ext/cron/local.rs
index 31d001bc3..945df0796 100644
--- a/ext/cron/local.rs
+++ b/ext/cron/local.rs
@@ -14,8 +14,8 @@ use deno_core::error::type_error;
use deno_core::error::AnyError;
use deno_core::futures;
use deno_core::futures::FutureExt;
-use deno_unsync::spawn;
-use deno_unsync::JoinHandle;
+use deno_core::unsync::spawn;
+use deno_core::unsync::JoinHandle;
use tokio::sync::mpsc;
use tokio::sync::mpsc::WeakSender;
use tokio::sync::OwnedSemaphorePermit;