mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +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 @@ Event loop that drives Tokio I/O resources.
|
|||||||
categories = ["asynchronous", "network-programming"]
|
categories = ["asynchronous", "network-programming"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossbeam-utils = "0.5.0"
|
crossbeam-utils = "0.6.0"
|
||||||
futures = "0.1.19"
|
futures = "0.1.19"
|
||||||
lazy_static = "1.0.2"
|
lazy_static = "1.0.2"
|
||||||
log = "0.4.1"
|
log = "0.4.1"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ categories = ["concurrency", "asynchronous"]
|
|||||||
tokio-executor = { version = "0.1.2", path = "../tokio-executor" }
|
tokio-executor = { version = "0.1.2", path = "../tokio-executor" }
|
||||||
futures = "0.1.19"
|
futures = "0.1.19"
|
||||||
crossbeam-deque = "0.6.1"
|
crossbeam-deque = "0.6.1"
|
||||||
crossbeam-utils = "0.5.0"
|
crossbeam-utils = "0.6.0"
|
||||||
num_cpus = "1.2"
|
num_cpus = "1.2"
|
||||||
rand = "0.5"
|
rand = "0.5"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Timer facilities for Tokio
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1.19"
|
futures = "0.1.19"
|
||||||
tokio-executor = { version = "0.1.1", path = "../tokio-executor" }
|
tokio-executor = { version = "0.1.1", path = "../tokio-executor" }
|
||||||
crossbeam-utils = "0.5.0"
|
crossbeam-utils = "0.6.0"
|
||||||
|
|
||||||
# Backs `DelayQueue`
|
# Backs `DelayQueue`
|
||||||
slab = "0.4.1"
|
slab = "0.4.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user