diff options
author | Kyle Kelley <rgbkrk@gmail.com> | 2024-11-14 02:43:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 11:43:41 +0100 |
commit | cb107a762fb903973e0d0c2e4481baf2c0bc13b8 (patch) | |
tree | fce8bc0ed1e3a0d84ff771285be8c8e0a6bb1beb /cli/Cargo.toml | |
parent | 15fae197482a9ac84e0227200ef8f4d0d4e4bd33 (diff) |
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.
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |