mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
chore: update futures-preview to 0.3.0-alpha.19 (#1610)
This commit is contained in:
@@ -38,7 +38,7 @@ threadpool = [
|
||||
tokio-sync = { version = "=0.2.0-alpha.5", optional = true, path = "../tokio-sync" }
|
||||
|
||||
tracing = { version = "0.1.5", optional = true }
|
||||
futures-util-preview = { version = "=0.3.0-alpha.18", features = ["channel"] }
|
||||
futures-util-preview = { version = "=0.3.0-alpha.19", features = ["channel"] }
|
||||
|
||||
# current-thread dependencies
|
||||
crossbeam-channel = { version = "0.3.8", optional = true }
|
||||
@@ -47,7 +47,7 @@ crossbeam-channel = { version = "0.3.8", optional = true }
|
||||
crossbeam-deque = { version = "0.7.0", optional = true }
|
||||
crossbeam-queue = { version = "0.1.0", optional = true }
|
||||
crossbeam-utils = { version = "0.6.4", optional = true }
|
||||
futures-core-preview = { version = "=0.3.0-alpha.18", optional = true }
|
||||
futures-core-preview = { version = "=0.3.0-alpha.19", optional = true }
|
||||
num_cpus = { version = "1.2", optional = true }
|
||||
lazy_static = { version = "1", optional = true }
|
||||
slab = { version = "0.4.1", optional = true }
|
||||
@@ -56,7 +56,7 @@ slab = { version = "0.4.1", optional = true }
|
||||
tokio = { version = "=0.2.0-alpha.5", path = "../tokio" }
|
||||
tokio-test = { version = "=0.2.0-alpha.5", path = "../tokio-test" }
|
||||
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
futures-core-preview = "=0.3.0-alpha.19"
|
||||
rand = "0.7"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
||||
Reference in New Issue
Block a user