Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tower: update
tokio-util
to v0.7 (#638)
This PR updates `tokio-util` to v0.7. It also updates the minimum `tokio` dependency to v1.6.0. This is because `tokio-util` requires at least `tokio` v1.6.0 for `mpsc::Sender::reserve_owned`, but it only specifies a minimum version of v1.0.0. This is incorrect and should be considered an upstream bug, but updating our tokio dep fixes this, so that should at least unbreak `tower`'s build for now. Signed-off-by: Eliza Weisman <[email protected]>
- Loading branch information