diff --git a/Cargo.toml b/Cargo.toml index 72588d886..d22d4a63a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ the rest of the tokio crates. """ [dependencies] -futures = { git = "https://github.com/alexcrichton/futures-rs" } +futures = "0.1" log = "0.3" mio = "0.6" scoped-tls = "0.1.0"