diff --git a/Cargo.toml b/Cargo.toml index 4b86c68f..d7a9186a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,12 +9,3 @@ members = [ "tokio-postgres", "tokio-postgres-openssl", ] - -[patch.crates-io] -tokio = { git = "https://github.com/tokio-rs/tokio" } -tokio-codec = { git = "https://github.com/tokio-rs/tokio" } -tokio-executor = { git = "https://github.com/tokio-rs/tokio" } -tokio-io = { git = "https://github.com/tokio-rs/tokio" } -tokio-reactor = { git = "https://github.com/tokio-rs/tokio" } -tokio-timer = { git = "https://github.com/tokio-rs/tokio" } -tokio-uds = { git = "https://github.com/tokio-rs/tokio" } diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 42026a32..f41b6905 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -49,7 +49,7 @@ tokio-tcp = "0.1" tokio-timer = "0.2" [target.'cfg(unix)'.dependencies] -tokio-uds = "0.2" +tokio-uds = "0.2.1" [dev-dependencies] tokio = "0.1.7"