diff options
| author | Kyle Kelley <rgbkrk@gmail.com> | 2024-05-29 15:46:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-29 22:46:47 +0000 |
| commit | cf611fbf548ea0bbd38c82ab02249b7a2aa3b3c9 (patch) | |
| tree | 9496fd5f9ba9ada84bfcef29a919801a8df03517 /Cargo.lock | |
| parent | 3d3722507e1964cba66161e3e2e7b538bc23f29c (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 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index a062c903c..40a0a8229 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5356,9 +5356,9 @@ dependencies = [ [[package]] name = "runtimelib" -version = "0.9.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4300b46ab6f2970f81c176f4f2f7ff0a48809f52be7a8fd4ca5a32e9002f6e8f" +checksum = "81f4969d577fe13ef40c8eb6fad2ccc66c26c800410672c847f5397699240b9d" dependencies = [ "anyhow", "base64 0.22.1", |
