diff --git a/Cargo.lock b/Cargo.lock index 2e0a315c2936d..32415508772f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3911,8 +3911,9 @@ dependencies = [ [[package]] name = "tokio-compat" -version = "0.1.4" -source = "git+https://github.com/tokio-rs/tokio-compat.git#f2dad5709e2134419617b2dbba4355de0e8045d6" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55ae6e8f0b3bf2c9908bd050ec35598ca71990185e5618fa7a2bbd98771c3e53" dependencies = [ "futures 0.1.29", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 97519f7d7460d..f39313c8fee19 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"], git = "https://github.com/tokio-rs/tokio-compat.git" } +tokio-compat = { version = "0.1", features = ["rt-full"] } # Tracing tracing = "0.1.9"