From e1dc7366423f167049cac039f6973ae79fa813df Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Thu, 28 Aug 2025 14:16:06 -0700 Subject: [PATCH] acp: Bump to 0.1.1 (#37119) No big changes, just tracking the latest version after the official release Release Notes: - N/A --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32337ee3ad2e616134b54c607691bf8f32aa7f1d..066ad532fe9528a366f3008791b2ffd4bcfae966 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,9 +191,9 @@ dependencies = [ [[package]] name = "agent-client-protocol" -version = "0.0.31" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "289eb34ee17213dadcca47eedadd386a5e7678094095414e475965d1bcca2860" +checksum = "6b91e5ec3ce05e8effb2a7a3b7b1a587daa6699b9f98bbde6a35e44b8c6c773a" dependencies = [ "anyhow", "async-broadcast", diff --git a/Cargo.toml b/Cargo.toml index 6ec243a9b9de4d2ab322e0466e804fa542a1ed35..335145a9f8a62b79529d31a2b1692faeb36c124d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -426,7 +426,7 @@ zlog_settings = { path = "crates/zlog_settings" } # External crates # -agent-client-protocol = "0.0.31" +agent-client-protocol = "0.1" aho-corasick = "1.1" alacritty_terminal = { git = "https://github.com/zed-industries/alacritty.git", branch = "add-hush-login-flag" } any_vec = "0.14"