From 88bf9c84b5fdb3b5c710829fe68414244611611e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 03:23:03 +0000 Subject: [PATCH] Update base64 requirement from 0.22 to 0.23 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 684c0522f..3c962b807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ conversion = [ ] [dependencies] -base64 = "0.22" +base64 = "0.23" futures = "0.3" headers = "0.4.0" http = "1"