From d5bd83e02d1abfea05db40b3b276d203f722e7a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 21:13:00 +0000 Subject: [PATCH] Bump base64-ng from 1.0.5 to 1.2.3 Bumps [base64-ng](https://github.com/valkyoth/base64-ng) from 1.0.5 to 1.2.3. - [Release notes](https://github.com/valkyoth/base64-ng/releases) - [Changelog](https://github.com/valkyoth/base64-ng/blob/main/CHANGELOG.md) - [Commits](https://github.com/valkyoth/base64-ng/compare/v1.0.5...v1.2.3) --- updated-dependencies: - dependency-name: base64-ng dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9818b4f..70c1c92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-ng" -version = "1.0.5" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1572fa1efbbac7a3fe818a6473ebdad8016843fb674fca86bfb45b66b5b0b204" +checksum = "735259e24200bce69feb75fcb2f79f36129e54c3f3139da15880520988cd840c" [[package]] name = "base64ct"