From 392d7c04c441612f306290bcf7fbf8bdcf0e9474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 05:19:24 +0000 Subject: [PATCH] Bump base64 from 0.22.1 to 0.23.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.0. - [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.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6ab2dc7..ab20ed18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,6 +612,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 = "bigdecimal" version = "0.4.9" @@ -1418,7 +1424,7 @@ dependencies = [ "async-lock", "async-trait", "axum", - "base64 0.22.1", + "base64 0.23.1", "console-subscriber", "cookie", "educe 0.7.4", @@ -1473,7 +1479,7 @@ name = "divviup-cli" version = "0.5.0-alpha.1" dependencies = [ "anyhow", - "base64 0.22.1", + "base64 0.23.1", "clap", "colored", "const_format", @@ -1503,7 +1509,7 @@ name = "divviup-client" version = "0.5.0-alpha.1" dependencies = [ "axum", - "base64 0.22.1", + "base64 0.23.1", "divviup-api", "divviup-client", "email_address", @@ -4842,7 +4848,7 @@ version = "0.5.0-alpha.1" dependencies = [ "async-trait", "axum", - "base64 0.22.1", + "base64 0.23.1", "bytes", "divviup-api", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 766688d8..7fff09ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ aes-gcm = "0.11.0" async-lock = "3.4.1" async-trait = "0.1" axum = "0.8" -base64 = "0.22.1" +base64 = "0.23.0" bytes = "1" clap = "4.6.1" colored = "3.1.1"