Skip to content

Commit

Permalink
Update async-channel requirement from 1.5.1 to 2.1.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.5.1...v2.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 04dcf46 commit 8872c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summer-boot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ routefinder = "0.5.0"
#async
async-std = { version = "1.8.0", features = ["attributes"] }
async-trait = "0.1.41"
async-channel = "1.5.1"
async-channel = "2.1.1"
async-dup = "1.2.2"
async-h1 = { version = "2.3.0", optional = true }

Expand Down

0 comments on commit 8872c0e

Please sign in to comment.