From cb9be0251e0d6a1626fb67cb68a9824987a5426a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 03:11:04 +0000 Subject: [PATCH] chore(deps): update base64 requirement from 0.21 to 0.22 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.21.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/rmcp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rmcp/Cargo.toml b/crates/rmcp/Cargo.toml index 64c3c88b..4bf2af08 100644 --- a/crates/rmcp/Cargo.toml +++ b/crates/rmcp/Cargo.toml @@ -32,7 +32,7 @@ oauth2 = { version = "5.0", optional = true } schemars = { version = "0.8", optional = true, features = ["chrono"] } # for image encoding -base64 = { version = "0.21", optional = true } +base64 = { version = "0.22", optional = true } # for SSE client reqwest = { version = "0.12", default-features = false, features = [