Skip to content

Commit

Permalink
chore(deps): update to async-channel 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Nov 1, 2023
1 parent a330bb0 commit b8916cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bytes = "1"
once_cell = "1.8.0"
log = "0.4.8"
thiserror = "1.0.9"
async-channel = "1.6.1"
async-channel = "2.0.0"

async-std = { version = "1.8.0", default-features = false, features = ["std", "unstable"], optional = true }
tokio = { version = "1", features = ["net", "sync", "time", "io-util"], optional = true }
Expand Down

0 comments on commit b8916cf

Please sign in to comment.