Skip to content

Commit

Permalink
update async deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Nov 23, 2023
1 parent 34f46e0 commit c49cd35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ tokio02 = ["tokio02-crate"]
tokio03 = ["tokio03-crate"]

[dependencies]
async-channel = "^1.5"
async-executor = "^1.4"
async-lock = "^2.5"
blocking = "^1.2"
futures-lite = "^1.0"
async-channel = "^2.1"
async-executor = "^1.7"
async-lock = "^3.1"
blocking = "^1.5"
futures-lite = "^2.0"
once_cell = "^1.4"

[dependencies.async-io]
version = "^1.2"
version = "^2.0"
optional = true

[dependencies.tokio-crate]
Expand Down

0 comments on commit c49cd35

Please sign in to comment.