From 5da66a4c88a514cf990e190e616c159fb965461b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 02:46:03 +0000 Subject: [PATCH] build(deps): update base64 requirement 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] --- original-code/xanadugold/src-rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/original-code/xanadugold/src-rust/Cargo.toml b/original-code/xanadugold/src-rust/Cargo.toml index 85c6c0df..26e07470 100644 --- a/original-code/xanadugold/src-rust/Cargo.toml +++ b/original-code/xanadugold/src-rust/Cargo.toml @@ -56,7 +56,7 @@ rustls-pemfile = { version = "2", optional = true } rustls = { version = "0.23", optional = true, features = ["ring", "std", "tls12"] } axum-server = { version = "0.7", features = ["tls-rustls"], optional = true } ring = { version = "0.17", optional = true } -base64 = { version = "0.22", optional = true } +base64 = { version = "0.23", optional = true } reqwest = { version = "0.12", features = ["rustls-tls", "json", "blocking"], default-features = false, optional = true } oauth2 = { version = "5", optional = true } webpki-roots = { version = "0.26", optional = true }