From a9316c69e1a1442f3e54352802828102d7e712a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:15:06 +0000 Subject: [PATCH] Update base64 requirement from 0.21 to 0.22 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/nsi-jupyter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nsi-jupyter/Cargo.toml b/crates/nsi-jupyter/Cargo.toml index 3856e1b..1bb15c6 100644 --- a/crates/nsi-jupyter/Cargo.toml +++ b/crates/nsi-jupyter/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://docs.rs/nsi/" repository = "https://github.com/virtualritz/nsi/" [dependencies] -base64 = "0.21" +base64 = "0.22" bytemuck = "1.14" evcxr_runtime = "1.1" nsi-core = { version = "0.8", path = "../nsi-core", features = ["output"] }