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/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bb780693a..2018aa73f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -111,6 +111,7 @@ ignore = "0.4" import_map = { version = "=0.19.0", features = ["ext"] } indexmap.workspace = true jsonc-parser.workspace = true +jupyter_runtime = { package = "runtimelib", version = "=0.11.0" } lazy-regex.workspace = true libc.workspace = true libz-sys.workspace = true @@ -130,7 +131,6 @@ rand = { workspace = true, features = ["small_rng"] } regex.workspace = true reqwest.workspace = true ring.workspace = true -runtimelib = "=0.9.0" rustyline.workspace = true rustyline-derive = "=0.7.0" serde.workspace = true -- cgit v1.2.3