diff --git a/crates/health/Cargo.toml b/crates/health/Cargo.toml index 73da1c0..7fe77f6 100644 --- a/crates/health/Cargo.toml +++ b/crates/health/Cargo.toml @@ -11,7 +11,7 @@ repository.workspace = true [dependencies] ncro-config.workspace = true reqwest = { workspace = true, features = [ "rustls" ] } -tokio = { workspace = true, features = [ "sync", "time", "rt" ] } +tokio = { workspace = true, features = [ "macros", "sync", "time", "rt" ] } [lints] workspace = true