From cf611fbf548ea0bbd38c82ab02249b7a2aa3b3c9 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Wed, 29 May 2024 15:46:47 -0700 Subject: chore: upgrade jupyter runtimelib to 0.11.0 (#24036) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Brings in: * More fully typed structures (for when we get to implementing more) * `with_metadata`, `with_buffers`, etc. from https://github.com/runtimed/runtimed/pull/99 --------- Co-authored-by: Bartek IwaƄczuk --- cli/tools/jupyter/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tools/jupyter/mod.rs') diff --git a/cli/tools/jupyter/mod.rs b/cli/tools/jupyter/mod.rs index a4d0bb27d..4b5009ba7 100644 --- a/cli/tools/jupyter/mod.rs +++ b/cli/tools/jupyter/mod.rs @@ -23,8 +23,8 @@ use deno_runtime::permissions::PermissionsContainer; use deno_runtime::WorkerExecutionMode; use deno_terminal::colors; -use runtimelib::jupyter::ConnectionInfo; -use runtimelib::messaging::StreamContent; +use jupyter_runtime::jupyter::ConnectionInfo; +use jupyter_runtime::messaging::StreamContent; use tokio::sync::mpsc; use tokio::sync::mpsc::UnboundedSender; -- cgit v1.2.3