From b04ae5ed8171d31539847271fd9af4b73447ed1e Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Mon, 29 Jun 2026 19:46:33 +0200 Subject: [PATCH] acp: Update ACP SDK to 1.0.1 (#60088) Brings in a needed fix to make sure we are properly ignoring unknown notifications Release Notes: - N/A --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5803b5baa6..caa07b26757 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,9 +321,9 @@ dependencies = [ [[package]] name = "agent-client-protocol" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e981a7d0207a0e9eb67d0faafc04e8c6601dea572d67a3163798897c0024521d" +checksum = "16302d16c7531355db16593d99c38c8297db0c4653aa7dd80c3556bb17f4cd8c" dependencies = [ "agent-client-protocol-derive", "agent-client-protocol-schema", @@ -343,9 +343,9 @@ dependencies = [ [[package]] name = "agent-client-protocol-derive" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d589c28cbe2978c76f8714cc304bc08355ee2f05d120806717725d9ffa12143" +checksum = "88b37d552feb6981a0109febda6b71fc723678cd065974c2d76279c19c407095" dependencies = [ "quote", "syn 2.0.117", diff --git a/Cargo.toml b/Cargo.toml index 4d36e276a57..5fc63678142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -506,7 +506,7 @@ accesskit = "0.24.0" accesskit_macos = "0.26.0" accesskit_unix = "0.21.0" accesskit_windows = "0.33.1" -agent-client-protocol = { version = "=1.0.0", features = ["unstable"] } +agent-client-protocol = { version = "=1.0.1", features = ["unstable"] } aho-corasick = "1.1" alacritty_terminal = { git = "https://github.com/zed-industries/alacritty", rev = "4c129667ce56611becdc82de6e28218c80e2e88f" } any_vec = "0.14"