Skip to content

Commit b91875e

Browse files
deps: Update async-channel requirement from 1.4.1 to 2.0.0
Updates the requirements on [async-channel](https://github.com/smol-rs/async-channel) to permit the latest version. - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-channel@v1.4.1...v2.0.0) --- updated-dependencies: - dependency-name: async-channel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 599c71a commit b91875e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ futures-lite = { version = "1.11.0", default-features = false }
2323
slab = "0.4.4"
2424

2525
[dev-dependencies]
26-
async-channel = "1.4.1"
26+
async-channel = "2.0.0"
2727
async-io = "1.1.9"
2828
criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] }
2929
easy-parallel = "3.1.0"

0 commit comments

Comments
 (0)