From a158e9d8d10a7f1964c1abbacf667c9a1e7d538e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:32:45 +0000 Subject: [PATCH] deps: bump agent-client-protocol from 0.11.1 to 0.13.1 Bumps [agent-client-protocol](https://github.com/agentclientprotocol/rust-sdk) from 0.11.1 to 0.13.1. - [Release notes](https://github.com/agentclientprotocol/rust-sdk/releases) - [Commits](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-rmcp-v0.11.1...agent-client-protocol-rmcp-v0.13.1) --- updated-dependencies: - dependency-name: agent-client-protocol dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 39 +++++++++------------------------------ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70a4a6d..535def4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,44 +75,41 @@ dependencies = [ [[package]] name = "agent-client-protocol" -version = "0.11.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af62fb84df2af0f933d8f5fd78b843fa5eb0ec5a48fa1b528c41951d0bbe36c" +checksum = "8d197653697b91b3a2cfb579d061a3388cda9fdc79cb6f9393da65cbad46baf8" dependencies = [ "agent-client-protocol-derive", "agent-client-protocol-schema", - "anyhow", + "async-process", + "blocking", "futures", "futures-concurrency", "jsonrpcmsg", - "rmcp", "rustc-hash 2.1.2", "schemars 1.2.1", "serde", "serde_json", - "thiserror 2.0.18", - "tokio", - "tokio-util", + "shell-words", "tracing", "uuid", ] [[package]] name = "agent-client-protocol-derive" -version = "0.11.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce42c2d3c048c12897eef2e577dfff1e3355c632c9f1625cc953b9df48b44631" +checksum = "b9e4fbf6733a900814fb921b2aac06612e15b42020b76a356fbc1192e725cebc" dependencies = [ - "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "agent-client-protocol-schema" -version = "0.12.0" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49bae57dad1c28a362fbdcf7bab0583316a02b45a70792109fced55780a3b63c" +checksum = "0d419a87e28240978e4bfdf2a5b91bccb95ae8d5b06e10721bb07c449b9f43dd" dependencies = [ "anyhow", "derive_more", @@ -6230,16 +6227,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e12ca9067b5ebfbd5b3fcdc4acfceb81aa7d5ab2a879dff7cb75d22434276aad" dependencies = [ "async-trait", - "base64", "chrono", "futures", "http", - "pastey", "pin-project-lite", "process-wrap", "reqwest 0.13.3", - "rmcp-macros", - "schemars 1.2.1", "serde", "serde_json", "sse-stream", @@ -6250,19 +6243,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "rmcp-macros" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7caa6743cc0888e433105fe1bc551a7f607940b126a37bc97b478e86064627eb" -dependencies = [ - "darling 0.23.0", - "proc-macro2", - "quote", - "serde_json", - "syn 2.0.117", -] - [[package]] name = "roaring" version = "0.11.4" @@ -6535,7 +6515,6 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" dependencies = [ - "chrono", "dyn-clone", "ref-cast", "schemars_derive", diff --git a/Cargo.toml b/Cargo.toml index 12dbe85..5a4ed9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ nucleo-matcher = "0.3" # across Windows / Linux CI. jsonwebtoken = { version = "10", default-features = false, features = ["rust_crypto"] } # Agent Client Protocol (Zed) — editor ↔ agent standard, official Rust SDK -agent-client-protocol = "0.11" +agent-client-protocol = "0.13" async-trait = "0.1" # ─── Phase 7-auth:MCP OAuth 打开浏览器 + URL 编码 ─── webbrowser = "1"