diff --git a/crates/rmcp/Cargo.toml b/crates/rmcp/Cargo.toml index 4bf2af08..0381901c 100644 --- a/crates/rmcp/Cargo.toml +++ b/crates/rmcp/Cargo.toml @@ -39,7 +39,7 @@ reqwest = { version = "0.12", default-features = false, features = [ "json", "stream", ], optional = true } -sse-stream = { version = "0.1.4", optional = true } +sse-stream = { version = "0.2.0", optional = true } http = { version = "1", optional = true } url = { version = "2.4", optional = true }