diff --git a/cargo-shuttle/Cargo.toml b/cargo-shuttle/Cargo.toml index 3dcc99fb6..c2ef40bbc 100644 --- a/cargo-shuttle/Cargo.toml +++ b/cargo-shuttle/Cargo.toml @@ -29,7 +29,7 @@ reqwest-retry = "0.1.5" serde = { version = "1.0.143", features = ["derive"] } serde_json = "1.0.83" sqlx = { version = "0.6.1", features = ["runtime-tokio-native-tls", "postgres"] } -tokio = "1.20.1" +tokio = { version = "1.20.1", features = ["macros"] } tokio-tungstenite = { version = "0.17.2", features = ["native-tls"] } toml = "0.5.9" toml_edit = "0.14.4"