From a2728f8ebf45dc8b866bd7b44704d8e34963ee36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:45:55 +0000 Subject: [PATCH] chore(deps): update rust crate rmcp to v1 [security] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6aaba955c..48a61dec62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,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 = "1.0.0", features = [ "client", "transport-sse-client-reqwest", "transport-child-process",