mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-03 15:06:41 +00:00
Merge pull request #1057 from xxchan/xxchan/scattered-perch
update async-* dependencies
This commit is contained in:
commit
8fea050099
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -61,8 +61,8 @@ tokio03 = ["async-global-executor/tokio03"]
|
|||
io_safety = []
|
||||
|
||||
[dependencies]
|
||||
async-attributes = { version = "1.1.1", optional = true }
|
||||
async-lock = { version = "2.3.0", optional = true }
|
||||
async-attributes = { version = "1.1.2", optional = true }
|
||||
async-lock = { version = "2.7.0", optional = true }
|
||||
crossbeam-utils = { version = "0.8.0", optional = true }
|
||||
futures-core = { version = "0.3.4", optional = true, default-features = false }
|
||||
futures-io = { version = "0.3.4", optional = true }
|
||||
|
@ -73,17 +73,17 @@ once_cell = { version = "1.3.1", optional = true }
|
|||
pin-project-lite = { version = "0.2.0", optional = true }
|
||||
pin-utils = { version = "0.1.0-alpha.4", optional = true }
|
||||
slab = { version = "0.4.2", optional = true }
|
||||
async-channel = { version = "1.5.1", optional = true }
|
||||
async-channel = { version = "1.8.0", optional = true }
|
||||
|
||||
# dev dependency, but they are not allowed to be optional :/
|
||||
surf = { version = "2.0.0", optional = true }
|
||||
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
async-global-executor = { version = "2.0.0", optional = true, features = ["async-io"] }
|
||||
async-io = { version = "1.0.1", optional = true }
|
||||
async-global-executor = { version = "2.3.1", optional = true, features = ["async-io"] }
|
||||
async-io = { version = "1.13.0", optional = true }
|
||||
futures-lite = { version = "1.0.0", optional = true }
|
||||
async-process = { version = "1.0.1", optional = true }
|
||||
async-process = { version = "1.7.0", optional = true }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
gloo-timers = { version = "0.2.1", features = ["futures"], optional = true }
|
||||
|
|
Loading…
Reference in a new issue