Switch back to upstream acp crate

This commit is contained in:
Ben Brandt 2025-08-07 16:44:56 +02:00
parent 6dda5b9d86
commit bf5c097732
No known key found for this signature in database
GPG key ID: D4618C5D3B500571
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View file

@ -138,7 +138,9 @@ dependencies = [
[[package]]
name = "agent-client-protocol"
version = "0.0.21"
version = "0.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ea41139e9680f53bbfd0d3a60d92f2832e00645f2ffb1365f76992ff2f6a79"
dependencies = [
"anyhow",
"futures 0.3.31",

View file

@ -425,7 +425,7 @@ zlog_settings = { path = "crates/zlog_settings" }
#
agentic-coding-protocol = "0.0.10"
agent-client-protocol = { path = "../agent-client-protocol" }
agent-client-protocol = "0.0.22"
aho-corasick = "1.1"
alacritty_terminal = { git = "https://github.com/zed-industries/alacritty.git", branch = "add-hush-login-flag" }
any_vec = "0.14"