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
This commit is contained in:
Ben Brandt 2026-06-29 19:46:33 +02:00 committed by GitHub
parent f8e1ab7f3c
commit b04ae5ed81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -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",

View file

@ -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"