From 39fee442e928640013e4f79d2cd1749c26af58eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 05:28:17 +0000 Subject: [PATCH] chore(deps): update rust crate rmcp to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7742434633..dac3a79e93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ whoami = "2.1.0" fnv_rs = "0.4.3" merge = { version = "0.2", features = ["derive"] } hex = "0.4.3" -rmcp = { version = "0.10.0", features = [ +rmcp = { version = "0.17.0", features = [ "client", "transport-sse-client-reqwest", "transport-child-process",