Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1adaa09

Browse files
committed
update async-* dependencies
Don't update async-channel as Receiver is now `!Unpin`.
1 parent 8fea050 commit 1adaa09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ io_safety = []
6262

6363
[dependencies]
6464
async-attributes = { version = "1.1.2", optional = true }
65-
async-lock = { version = "2.7.0", optional = true }
65+
async-lock = { version = "3.1.0", optional = true }
6666
crossbeam-utils = { version = "0.8.0", optional = true }
6767
futures-core = { version = "0.3.4", optional = true, default-features = false }
6868
futures-io = { version = "0.3.4", optional = true }
@@ -80,10 +80,10 @@ surf = { version = "2.0.0", optional = true }
8080

8181

8282
[target.'cfg(not(target_os = "unknown"))'.dependencies]
83-
async-global-executor = { version = "2.3.1", optional = true, features = ["async-io"] }
84-
async-io = { version = "1.13.0", optional = true }
85-
futures-lite = { version = "1.0.0", optional = true }
86-
async-process = { version = "1.7.0", optional = true }
83+
async-global-executor = { version = "2.4.0", optional = true, features = ["async-io"] }
84+
async-io = { version = "2.2.0", optional = true }
85+
futures-lite = { version = "2.0.0", optional = true }
86+
async-process = { version = "2.0.0", optional = true }
8787

8888
[target.'cfg(target_arch = "wasm32")'.dependencies]
8989
gloo-timers = { version = "0.2.1", features = ["futures"], optional = true }

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /