Skip to content

Commit

Permalink
update async deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Dec 11, 2023
1 parent 6b9e578 commit 37f393c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 = "^2.1"
async-executor = "^1.7"
async-lock = "^3.1"
async-channel = "^2.1.1"
async-executor = "^1.8"
async-lock = "^3.2"
blocking = "^1.5"
futures-lite = "^2.0"
once_cell = "^1.4"

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

[dependencies.tokio-crate]
Expand Down

0 comments on commit 37f393c

Please sign in to comment.