Skip to content

Commit 3889c01

Browse files
committed
chore: update dependencies
1 parent 23f3aad commit 3889c01

File tree

2 files changed

+43
-41
lines changed

2 files changed

+43
-41
lines changed

Cargo.lock

Lines changed: 42 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/simple-mcp-client-core-sse/src/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl ClientHandlerCore for MyClientHandler {
5050
{
5151
println!(
5252
"Notification from server: {}",
53-
logging_message_notification.params.data.to_string()
53+
logging_message_notification.params.data
5454
);
5555
} else {
5656
println!(

0 commit comments

Comments
 (0)