Skip to content

Commit aec0c26

Browse files
authored
Merge pull request #3 from PyO3/dependabot/cargo/async-channel-2.3
Update async-channel requirement from 1.6 to 2.3
2 parents b780910 + d452469 commit aec0c26

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)