From d740bd53ae3a88f9952e622db38c30f09b0b5939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 21:13:24 +0000 Subject: [PATCH] Bump base64-ng from 1.0.5 to 1.0.6 Bumps [base64-ng](https://github.com/valkyoth/base64-ng) from 1.0.5 to 1.0.6. - [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.6) --- updated-dependencies: - dependency-name: base64-ng dependency-version: 1.0.6 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..c6d5b28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-ng" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1572fa1efbbac7a3fe818a6473ebdad8016843fb674fca86bfb45b66b5b0b204" +checksum = "8452b0c98385f31f08318109d6e06a859f89e0c5e38aad6103f095443b063052" [[package]] name = "base64ct" diff --git a/Cargo.toml b/Cargo.toml index 21b7387..735fc7d 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.6" data-encoding = "2.11.0" getrandom = "0.4.2" hkdf = "0.13.0"