summaryrefslogtreecommitdiffstats
path: root/tokio
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-03-22 14:10:06 -0700
committerCarl Lerche <me@carllerche.com>2019-03-22 14:10:06 -0700
commit6e4945025cdc6f2b71d9b30aaa23c5517cca1504 (patch)
tree138a37a85fcec657d75e2b3e2fa5385b8e033749 /tokio
parent3c8f110730b5c6dd39978361bcf549c638e203a3 (diff)
chore: fix Cargo.toml files
Diffstat (limited to 'tokio')
-rw-r--r--tokio/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml
index 5e28092b..c2792971 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 }