Skip to content

Commit c4c0635

Browse files
deps: Update async-channel requirement from 1 to 2
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.0.0...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 382babd commit c4c0635

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
@@ -39,7 +39,7 @@ waker-fn = "1.1.0"
3939
windows-sys = { version = "0.48.0", features = ["Win32_Foundation"] }
4040

4141
[dev-dependencies]
42-
async-channel = "1"
42+
async-channel = "2"
4343
async-net = "1"
4444
blocking = "1"
4545
criterion = { version = "0.4", default-features = false, features = ["cargo_bench_support"] }

0 commit comments

Comments
 (0)