mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
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:
committed by
Stjepan Glavina
parent
5321550534
commit
e700607554
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user