diff --git a/Cargo.toml b/Cargo.toml index 70e264bef..1c403e438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,3 @@ members = [ "tokio-udp", "tokio-uds", ] - -[patch.crates-io] -tokio-executor = { path = "tokio-executor" } diff --git a/tokio-current-thread/Cargo.toml b/tokio-current-thread/Cargo.toml index 63bbd64ec..a7e5848d9 100644 --- a/tokio-current-thread/Cargo.toml +++ b/tokio-current-thread/Cargo.toml @@ -21,5 +21,5 @@ keywords = ["futures", "tokio"] categories = ["concurrency", "asynchronous"] [dependencies] -tokio-executor = "0.1.6" +tokio-executor = "0.1.7" futures = "0.1.19" diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index 5e28092b3..c2792971d 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -68,13 +68,13 @@ futures = "0.1.20" bytes = { version = "0.4", optional = true } num_cpus = { version = "1.8.0", optional = true } tokio-codec = { version = "0.1.0", optional = true } -tokio-current-thread = { version = "0.1.3", optional = true } +tokio-current-thread = { version = "0.1.6", optional = true } tokio-fs = { version = "0.1.6", optional = true } tokio-io = { version = "0.1.6", optional = true } tokio-executor = { version = "0.1.7", optional = true } tokio-reactor = { version = "0.1.1", optional = true } tokio-sync = { version = "0.1.3", optional = true } -tokio-threadpool = { version = "0.1.8", optional = true } +tokio-threadpool = { version = "0.1.13", optional = true } tokio-tcp = { version = "0.1.0", optional = true } tokio-udp = { version = "0.1.0", optional = true } tokio-timer = { version = "0.2.8", optional = true }