From d4f4d629e1372d3a9077909a1d52cf839ba8c387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:08:21 +0000 Subject: [PATCH] chore(deps): bump base64 from 0.22.1 to 0.23.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.0. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.1...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/Cargo.toml | 2 +- Cargo.lock | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Backend/Cargo.toml b/Backend/Cargo.toml index 033866d5..321b028f 100644 --- a/Backend/Cargo.toml +++ b/Backend/Cargo.toml @@ -53,7 +53,7 @@ shlex = "2.0" sha2 = "0.11" hex = "0.4" os_pipe = "1.2" -base64 = "0.22" +base64 = "0.23" thiserror = "2" tempfile = "3" diff --git a/Cargo.lock b/Cargo.lock index 1d547e87..5e581924 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,6 +341,12 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9" + [[package]] name = "bit-set" version = "0.8.0" @@ -2956,7 +2962,7 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" name = "openvcs" version = "0.4.3" dependencies = [ - "base64 0.22.1", + "base64 0.23.0", "directories", "dirs", "dotenvy",