Skip to content

Commit

Permalink
deps: bump executor related deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 31, 2020
1 parent f9c8974 commit 8e2a540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit 8e2a540

Please sign in to comment.