From 65898f03d3a7ff11969e7bbf7ddead05a364e671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 18:43:44 +0000 Subject: [PATCH] Bump base64 from 0.22.1 to 0.23.1 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.1...v0.23.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++++++- crates/myapps-core/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c32d66..ed8a0f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,6 +362,12 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" + [[package]] name = "base64ct" version = "1.8.3" @@ -2092,7 +2098,7 @@ dependencies = [ "anyhow", "argon2", "axum", - "base64 0.22.1", + "base64 0.23.1", "chrono", "clap", "dotenvy", diff --git a/crates/myapps-core/Cargo.toml b/crates/myapps-core/Cargo.toml index 7b685d7..583f616 100644 --- a/crates/myapps-core/Cargo.toml +++ b/crates/myapps-core/Cargo.toml @@ -22,7 +22,7 @@ rand_core_06 = { package = "rand_core", version = "0.6", features = ["getrandom" hex = "0.4" dotenvy = "0.15" web-push = "0.11" -base64 = "0.22" +base64 = "0.23" aes-gcm = "0.10" thiserror = "2" url = "2"