From a3b949568fcccb900dfedd8ffd08ca9150be3fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 00:13:56 +0000 Subject: [PATCH] Bump rmcp from 0.16.0 to 1.0.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 0.16.0 to 1.0.0. - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.16.0...rmcp-v1.0.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index decad6f..5982d85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2763,9 +2763,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "0.16.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc4c9c94680f75470ee8083a0667988b5d7b5beb70b9f998a8e51de7c682ce60" +checksum = "e39e7a8c9f133eaa22922abf6f33d44535b46a39937a14fcdfee878e7b0d2043" dependencies = [ "async-trait", "base64 0.22.1", @@ -2794,9 +2794,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "0.16.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90c23c8f26cae4da838fbc3eadfaecf2d549d97c04b558e7bd90526a9c28b42a" +checksum = "2447e861576dc89466bd4b7df12567ec225a7ac4780b90c30a5318ad4b0d8f06" dependencies = [ "darling 0.23.0", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index f19b257..47c6424 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ color-eyre = { version = "0.6" } qdrant-client = { version = "1.0" } regex = { version = "1.0" } reqwest = { version = "0.12", features = ["json", "rustls-tls"] } -rmcp = { version = "0.16", features = ["transport-streamable-http-server"] } +rmcp = { version = "1.0", features = ["transport-streamable-http-server"] } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } sqlx = { version = "0.8", features = ["json", "postgres", "runtime-tokio", "time", "tls-rustls", "uuid"] }