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