diff --git a/omniqueue/Cargo.toml b/omniqueue/Cargo.toml index 3851e76..a70c957 100644 --- a/omniqueue/Cargo.toml +++ b/omniqueue/Cargo.toml @@ -24,13 +24,14 @@ serde = "1.0.196" serde_json = "1" svix-ksuid = { version = "0.7.0", optional = true } thiserror = "1" -tokio = { version = "1", features = ["full"] } +tokio = { version = "1", features = ["rt", "sync", "time"] } tokio-util = { version = "0.7", optional = true } tracing = "0.1" [dev-dependencies] fastrand = "1.9" serde = { version = "1.0.196", features = ["derive"] } +tokio = { version = "1", features = ["macros"] } tokio-executor-trait = "2.1" tokio-reactor-trait = "1.1"