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.
This commit is contained in:
Alex Gaynor
2018-11-10 10:39:09 +01:00
committed by Stjepan Glavina
parent 5321550534
commit e700607554
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Timer facilities for Tokio
[dependencies]
futures = "0.1.19"
tokio-executor = { version = "0.1.1", path = "../tokio-executor" }
crossbeam-utils = "0.5.0"
crossbeam-utils = "0.6.0"
# Backs `DelayQueue`
slab = "0.4.1"