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