Skip to content

Commit 506e692

Browse files
chore(deps): update base64 requirement from 0.22 to 0.23 (#1059)
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.22.0...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e9e470 commit 506e692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rmcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jsonwebtoken = { version = "11", optional = true, features = ["aws_lc_rs"] }
6464
schemars = { version = "1.0", optional = true, features = ["chrono04"] }
6565

6666
# for image encoding
67-
base64 = { version = "0.22", optional = true }
67+
base64 = { version = "0.23", optional = true }
6868

6969
# for SEP-2322 requestState integrity sealing (opt-in via the `request-state` feature)
7070
hmac = { version = "0.13", optional = true }

0 commit comments

Comments
 (0)