We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5685c commit c8ea0f6Copy full SHA for c8ea0f6
crates/rmcp/Cargo.toml
@@ -32,7 +32,7 @@ oauth2 = { version = "5.0", optional = true }
32
schemars = { version = "0.8", optional = true, features = ["chrono"] }
33
34
# for image encoding
35
-base64 = { version = "0.21", optional = true }
+base64 = { version = "0.22", optional = true }
36
37
# for SSE client
38
reqwest = { version = "0.12", default-features = false, features = [
0 commit comments