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

Appearance settings

Commit c49cd35

Browse filesBrowse files
committed
update async deps
1 parent 34f46e0 commit c49cd35
Copy full SHA for c49cd35

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎Cargo.toml

Copy file name to clipboardExpand all lines: Cargo.toml
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ tokio02 = ["tokio02-crate"]
2020
tokio03 = ["tokio03-crate"]
2121

2222
[dependencies]
23-
async-channel = "^1.5"
24-
async-executor = "^1.4"
25-
async-lock = "^2.5"
26-
blocking = "^1.2"
27-
futures-lite = "^1.0"
23+
async-channel = "^2.1"
24+
async-executor = "^1.7"
25+
async-lock = "^3.1"
26+
blocking = "^1.5"
27+
futures-lite = "^2.0"
2828
once_cell = "^1.4"
2929

3030
[dependencies.async-io]
31-
version = "^1.2"
31+
version = "^2.0"
3232
optional = true
3333

3434
[dependencies.tokio-crate]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.