From 55273aa6422299fdab43544f5f5a5335345fd0b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:07:16 +0000 Subject: [PATCH] deps: update base64 requirement from 0.22.1 to 0.23.0 in /x-api 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.1...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- x-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-api/Cargo.toml b/x-api/Cargo.toml index ed9dc036..6315a062 100644 --- a/x-api/Cargo.toml +++ b/x-api/Cargo.toml @@ -10,7 +10,7 @@ name = "x_api" path = "src/lib.rs" [dependencies] -base64 = "0.22.1" +base64 = "0.23.0" percent-encoding = "2" reqwest = { version = "0.13.2", features = ["blocking", "form", "json"] } ring = "0.17"