diff options
| author | Kyle Kelley <rgbkrk@gmail.com> | 2024-07-27 01:39:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-27 10:39:08 +0200 |
| commit | 63f8218a7d9c70b214408c951b9cf038403a9229 (patch) | |
| tree | 3fb9512b913e42913aaaeab31cb17d38a8594d65 /cli/Cargo.toml | |
| parent | 06b6352292b69359768c99a1fc984fa4bdcd07c9 (diff) | |
fix: adapt to new jupyter runtime API and include session IDs (#24762)
Closes #24737, #24437.
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 2d1a2fcad..fa95e352f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -116,7 +116,7 @@ hyper-util.workspace = true import_map = { version = "=0.20.0", features = ["ext"] } indexmap.workspace = true jsonc-parser.workspace = true -jupyter_runtime = { package = "runtimelib", version = "=0.11.0" } +jupyter_runtime = { package = "runtimelib", version = "=0.14.0" } lazy-regex.workspace = true libc.workspace = true libz-sys.workspace = true |
