Skip to content

Commit d452469

Browse files
Update async-channel requirement from 1.6 to 2.3
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.6.0...v2.3.1) --- updated-dependencies: - dependency-name: async-channel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b780910 commit d452469

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
@@ -114,7 +114,7 @@ harness = false
114114
required-features = ["async-std-runtime", "testing"]
115115

116116
[dependencies]
117-
async-channel = { version = "1.6", optional = true }
117+
async-channel = { version = "2.3", optional = true }
118118
clap = { version = "3.2", optional = true }
119119
futures = "0.3"
120120
inventory = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)