Skip to content

Commit

Permalink
Merge pull request #3 from PyO3/dependabot/cargo/async-channel-2.3
Browse files Browse the repository at this point in the history
Update async-channel requirement from 1.6 to 2.3
  • Loading branch information
davidhewitt authored Oct 11, 2024
2 parents b780910 + d452469 commit aec0c26
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 @@ -114,7 +114,7 @@ harness = false
required-features = ["async-std-runtime", "testing"]

[dependencies]
async-channel = { version = "1.6", optional = true }
async-channel = { version = "2.3", optional = true }
clap = { version = "3.2", optional = true }
futures = "0.3"
inventory = { version = "0.3", optional = true }
Expand Down

0 comments on commit aec0c26

Please sign in to comment.