Skip to content

Commit

Permalink
Update async-channel requirement from 1.4.2 to 2.3.1
Browse files Browse the repository at this point in the history
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.2...v2.3.1)

---
updated-dependencies:
- dependency-name: async-channel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2024
1 parent 9d1edd4 commit fb2d103
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 @@ -32,7 +32,7 @@ text-decoding = ["encoding_rs", "mime"]
unstable-interceptors = []

[dependencies]
async-channel = "1.4.2"
async-channel = "2.3.1"
castaway = "0.1.1"
crossbeam-utils = ">=0.7.0, <0.9.0"
curl = "0.4.36"
Expand Down

0 comments on commit fb2d103

Please sign in to comment.