Unused dep

Ben Brandt created

Change summary

Cargo.lock                      | 1 -
crates/agent_servers/Cargo.toml | 1 -
2 files changed, 2 deletions(-)

Detailed changes

Cargo.lock 🔗

@@ -275,7 +275,6 @@ dependencies = [
  "action_log",
  "agent-client-protocol-core",
  "anyhow",
- "async-trait",
  "chrono",
  "client",
  "collections",

crates/agent_servers/Cargo.toml 🔗

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