Cargo.lock 🔗
@@ -275,7 +275,6 @@ dependencies = [
"action_log",
"agent-client-protocol-core",
"anyhow",
- "async-trait",
"chrono",
"client",
"collections",
Ben Brandt created
Cargo.lock | 1 -
crates/agent_servers/Cargo.toml | 1 -
2 files changed, 2 deletions(-)
@@ -275,7 +275,6 @@ dependencies = [
"action_log",
"agent-client-protocol-core",
"anyhow",
- "async-trait",
"chrono",
"client",
"collections",
@@ -22,7 +22,6 @@ acp_thread.workspace = true
action_log.workspace = true
agent-client-protocol.workspace = true
anyhow.workspace = true
-async-trait.workspace = true
chrono.workspace = true
client.workspace = true
collections.workspace = true