From fb5a2b1aef5c68d3cba85906beaa7c164d428a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 21:12:50 +0000 Subject: [PATCH] Bump base64-ng from 1.0.5 to 1.3.5 Bumps [base64-ng](https://github.com/valkyoth/base64-ng) from 1.0.5 to 1.3.5. - [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.3.5) --- updated-dependencies: - dependency-name: base64-ng dependency-version: 1.3.5 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..aad2994 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-ng" -version = "1.0.5" +version = "1.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1572fa1efbbac7a3fe818a6473ebdad8016843fb674fca86bfb45b66b5b0b204" +checksum = "2b87dbd7e45c4885ad3432a2d125ddb155c5ee87046ab23bad043dfe84fedfa2" [[package]] name = "base64ct"