mirror of
https://github.com/async-rs/async-std.git
synced 2025-06-18 12:11:33 +00:00
update async-* dependencies
Don't update async-channel as Receiver is now `!Unpin`.
This commit is contained in:
parent
8fea050099
commit
1adaa09626
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -62,7 +62,7 @@ io_safety = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-attributes = { version = "1.1.2", optional = true }
|
async-attributes = { version = "1.1.2", optional = true }
|
||||||
async-lock = { version = "2.7.0", optional = true }
|
async-lock = { version = "3.1.0", optional = true }
|
||||||
crossbeam-utils = { version = "0.8.0", optional = true }
|
crossbeam-utils = { version = "0.8.0", optional = true }
|
||||||
futures-core = { version = "0.3.4", optional = true, default-features = false }
|
futures-core = { version = "0.3.4", optional = true, default-features = false }
|
||||||
futures-io = { version = "0.3.4", optional = true }
|
futures-io = { version = "0.3.4", optional = true }
|
||||||
|
@ -80,10 +80,10 @@ surf = { version = "2.0.0", optional = true }
|
||||||
|
|
||||||
|
|
||||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||||
async-global-executor = { version = "2.3.1", optional = true, features = ["async-io"] }
|
async-global-executor = { version = "2.4.0", optional = true, features = ["async-io"] }
|
||||||
async-io = { version = "1.13.0", optional = true }
|
async-io = { version = "2.2.0", optional = true }
|
||||||
futures-lite = { version = "1.0.0", optional = true }
|
futures-lite = { version = "2.0.0", optional = true }
|
||||||
async-process = { version = "1.7.0", optional = true }
|
async-process = { version = "2.0.0", optional = true }
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
gloo-timers = { version = "0.2.1", features = ["futures"], optional = true }
|
gloo-timers = { version = "0.2.1", features = ["futures"], optional = true }
|
||||||
|
|
Loading…
Reference in a new issue