From cb107a762fb903973e0d0c2e4481baf2c0bc13b8 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Thu, 14 Nov 2024 02:43:41 -0800 Subject: chore: upgrade runtimelib (jupyter) to 0.19 (#26862) Upgrades the `runtimelib` crate. Of utility for users and library authors is the support for binary buffers on messages, especially for comms. --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e98e0ac00..928259a83 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -122,7 +122,7 @@ hyper-util.workspace = true import_map = { version = "=0.20.1", features = ["ext"] } indexmap.workspace = true jsonc-parser = { workspace = true, features = ["cst", "serde"] } -jupyter_runtime = { package = "runtimelib", version = "=0.14.0" } +jupyter_runtime = { package = "runtimelib", version = "=0.19.0", features = ["tokio-runtime"] } lazy-regex.workspace = true libc.workspace = true libz-sys.workspace = true -- cgit v1.2.3