mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
Prune duplicate crossbeam dependencies (#1795)
Signed-off-by: koushiro <[email protected]>
This commit is contained in:
committed by
Lucio Franco
parent
0f11d56a3c
commit
93cc30d051
@@ -22,7 +22,7 @@ Timer facilities for Tokio
|
||||
[dependencies]
|
||||
futures = "0.1.19"
|
||||
tokio-executor = "0.1.1"
|
||||
crossbeam-utils = "0.6.0"
|
||||
crossbeam-utils = "0.7.0"
|
||||
|
||||
# Backs `DelayQueue`
|
||||
slab = "0.4.1"
|
||||
|
||||
@@ -390,7 +390,7 @@ fn reset_first_expiring_item_to_expire_later() {
|
||||
let epoch = time.now();
|
||||
|
||||
let foo = queue.insert_at("foo", epoch + ms(200));
|
||||
let bar = queue.insert_at("bar", epoch + ms(250));
|
||||
let _bar = queue.insert_at("bar", epoch + ms(250));
|
||||
|
||||
task.enter(|| {
|
||||
assert_not_ready!(queue);
|
||||
|
||||
Reference in New Issue
Block a user