From 49b6e0d0f95d0d9cca438220bdb91c4061a9cc94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:12:49 +0000 Subject: [PATCH] Bump base64-ng from 1.0.5 to 1.0.7 Bumps [base64-ng](https://github.com/valkyoth/base64-ng) from 1.0.5 to 1.0.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.0.7) --- updated-dependencies: - dependency-name: base64-ng dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9818b4f..93c9e74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-ng" -version = "1.0.5" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1572fa1efbbac7a3fe818a6473ebdad8016843fb674fca86bfb45b66b5b0b204" +checksum = "8992e20e420add1e6e31c6c548a4ba698ed9339bb0863b37478427179c56f05d" [[package]] name = "base64ct" diff --git a/Cargo.toml b/Cargo.toml index 21b7387..54e92ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] axum = "0.8.9" -base64-ng = "1.0.5" +base64-ng = "1.0.7" data-encoding = "2.11.0" getrandom = "0.4.2" hkdf = "0.13.0"