Skip to content

Commit

Permalink
build(deps): update async-channel requirement from 1.7.1 to 2.0.0 (#6)
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.7.1...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>
  • Loading branch information
dependabot[bot] committed Nov 4, 2023
1 parent 584c91f commit 2788e48
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 @@ -14,7 +14,7 @@ serde_yaml = "0.9.14"
serde = {version = "1.0.147",features = ["derive"]}
deadpool = "0.10.0"
deadpool-redis = "0.13.0"
async-channel = "1.7.1"
async-channel = "2.0.0"
futures = "0.3.25"
tokio = { version = "1.22.0", features = ["full"] }
pcre2 = "0.2.3"
Expand Down

0 comments on commit 2788e48

Please sign in to comment.