diff --git a/Cargo.lock b/Cargo.lock index 7b415b499bfbd..2e0a315c2936d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3912,8 +3912,7 @@ dependencies = [ [[package]] name = "tokio-compat" version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d4000e3c984d0e58ace4926f1eae4d830a90a76c386dccf5b82aeca4cbee6df" +source = "git+https://github.com/tokio-rs/tokio-compat.git#f2dad5709e2134419617b2dbba4355de0e8045d6" dependencies = [ "futures 0.1.29", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index f39313c8fee19..97519f7d7460d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ tokio-codec = "0.1.0" tokio-openssl = "0.3.0" tokio-retry = "0.2.0" tokio-signal = "0.2.7" -tokio-compat = { version = "0.1", features = ["rt-full"] } +tokio-compat = { version = "0.1", features = ["rt-full"], git = "https://github.com/tokio-rs/tokio-compat.git" } # Tracing tracing = "0.1.9"