Skip to content

Commit 8e2a540

Browse files
deps: bump executor related deps to latest
1 parent f9c8974 commit 8e2a540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ futures-timer = { version = "3.0.2", optional = true }
8080
surf = { version = "1.0.3", optional = true }
8181

8282
[target.'cfg(not(target_os = "unknown"))'.dependencies]
83-
async-executor = { version = "0.1.1", features = ["async-io"], optional = true }
84-
async-io = { version = "0.1.5", optional = true }
83+
async-executor = { version = "0.1.2", features = ["async-io"], optional = true }
84+
async-io = { version = "0.1.8", optional = true }
8585
blocking = { version = "0.5.0", optional = true }
8686
futures-lite = { version = "0.1.8", optional = true }
8787

0 commit comments

Comments
 (0)