Skip to content

Commit f36dfa7

Browse files
acarl005oz-agent
andcommitted
fix: update rmcp to resolve CVE-2026-42559
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 7f5a689 commit f36dfa7

3 files changed

Lines changed: 118 additions & 26 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ typed-path = "0.10.0"
377377
streaming-iterator = "0.1.0"
378378
derivative = "2.2.0"
379379
parquet = { version = "55.0.0", features = ["arrow"] }
380-
rmcp = { git = "https://github.com/warpdotdev/rmcp.git", rev = "c0f65dc441af7d714b9c453ac5e7ef641451abe3" }
380+
rmcp = { git = "https://github.com/warpdotdev/rmcp.git", rev = "321ab14f67da734a8e0cfa0bfcdee1690663d9dc" }
381381

382382
[profile.release]
383383
# Use line-tables-only (debug = 1) rather than full debuginfo (debug = 2 /

app/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ aws-types = "1"
294294
rmcp = { workspace = true, features = [
295295
"auth",
296296
"transport-streamable-http-client-reqwest",
297-
"transport-sse-client-reqwest",
298297
"transport-child-process",
299298
] }
300299
notify-debouncer-full.workspace = true

0 commit comments

Comments
 (0)