diff --git a/codex-rs/capabilities/Cargo.toml b/codex-rs/capabilities/Cargo.toml index 710187fd3c..2ace7f1d32 100644 --- a/codex-rs/capabilities/Cargo.toml +++ b/codex-rs/capabilities/Cargo.toml @@ -30,7 +30,7 @@ serde_json = { workspace = true } serde_yaml = { workspace = true } tempfile = { workspace = true } thiserror = { workspace = true } -tokio = { workspace = true, features = ["fs", "rt-multi-thread", "sync", "time"] } +tokio = { workspace = true, features = ["fs", "macros", "rt-multi-thread", "sync", "time"] } toml = { workspace = true } tracing = { workspace = true, features = ["log"] } url = { workspace = true }