mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 01:05:31 +00:00
deps: bump executor related deps to latest
This commit is contained in:
parent
f9c8974206
commit
8e2a540bca
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ futures-timer = { version = "3.0.2", optional = true }
|
|||
surf = { version = "1.0.3", optional = true }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
async-executor = { version = "0.1.1", features = ["async-io"], optional = true }
|
||||
async-io = { version = "0.1.5", optional = true }
|
||||
async-executor = { version = "0.1.2", features = ["async-io"], optional = true }
|
||||
async-io = { version = "0.1.8", optional = true }
|
||||
blocking = { version = "0.5.0", optional = true }
|
||||
futures-lite = { version = "0.1.8", optional = true }
|
||||
|
||||
|
|
Loading…
Reference in a new issue