diff --git a/Cargo.toml b/Cargo.toml index def6519d2..bf7df2bc4 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.4" log = "0.3" mio = "0.6" scoped-tls = "0.1.0"