Skip to content

Commit c8ea0f6

Browse files
chore(deps): update base64 requirement from 0.21 to 0.22 (#209)
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](marshallpierce/rust-base64@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e5685c commit c8ea0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rmcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ oauth2 = { version = "5.0", optional = true }
3232
schemars = { version = "0.8", optional = true, features = ["chrono"] }
3333

3434
# for image encoding
35-
base64 = { version = "0.21", optional = true }
35+
base64 = { version = "0.22", optional = true }
3636

3737
# for SSE client
3838
reqwest = { version = "0.12", default-features = false, features = [

0 commit comments

Comments
 (0)