summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorKyle Kelley <rgbkrk@gmail.com>2024-05-29 15:46:47 -0700
committerGitHub <noreply@github.com>2024-05-29 22:46:47 +0000
commitcf611fbf548ea0bbd38c82ab02249b7a2aa3b3c9 (patch)
tree9496fd5f9ba9ada84bfcef29a919801a8df03517 /cli/Cargo.toml
parent3d3722507e1964cba66161e3e2e7b538bc23f29c (diff)
chore: upgrade jupyter runtimelib to 0.11.0 (#24036)
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 <biwanczuk@gmail.com>
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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