summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-11-10 04:39:09 -0500
committerStjepan Glavina <stjepang@gmail.com>2018-11-10 10:39:09 +0100
commite700607554b3af4e681ea5fa6346b72cffe35185 (patch)
tree5abf85810d5b88e53e9a7ccdc0dab221f82702e5 /tokio-threadpool
parent5321550534614b156919ce8fcd28b223408a6b4c (diff)
Bumped crossbeam-utils version (#746)
## Motivation tokio depends on an out of date version of crossbeam-utils, which results in multiple versions of that package being linked in binaries which use other popular libraries. ## Solution Bump the version; there's no API changes and tests still pass.
Diffstat (limited to 'tokio-threadpool')
-rw-r--r--tokio-threadpool/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-threadpool/Cargo.toml b/tokio-threadpool/Cargo.toml
index c701c5ba..6466bbf7 100644
--- a/tokio-threadpool/Cargo.toml
+++ b/tokio-threadpool/Cargo.toml
@@ -21,7 +21,7 @@ categories = ["concurrency", "asynchronous"]
tokio-executor = { version = "0.1.2", path = "../tokio-executor" }
futures = "0.1.19"
crossbeam-deque = "0.6.1"
-crossbeam-utils = "0.5.0"
+crossbeam-utils = "0.6.0"
num_cpus = "1.2"
rand = "0.5"
log = "0.4"